Home
last modified time | relevance | path

Searched refs:compilerflags (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dceval.c4186 const int compilerflags = codeflags & PyCF_MASK; in PyEval_MergeCompilerFlags() local
4187 if (compilerflags) { in PyEval_MergeCompilerFlags()
4189 cf->cf_flags |= compilerflags; in PyEval_MergeCompilerFlags()
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c7216 const int compilerflags = codeflags & PyCF_MASK; local
7217 if (compilerflags) {
7219 cf->cf_flags |= compilerflags;