Home
last modified time | relevance | path

Searched refs:compiler_flag (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/
D__future__.py83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
86 self.compiler_flag = compiler_flag
106 self.compiler_flag))
Dcodeop.py152 if codeob.co_flags & feature.compiler_flag:
153 self.flags |= feature.compiler_flag
Ddoctest.py192 flags |= feature.compiler_flag
/third_party/cJSON/
DCMakeLists.txt100 foreach(compiler_flag ${custom_compiler_flags})
102 string(REGEX REPLACE "[^a-zA-Z0-9]" "" current_variable ${compiler_flag})
104 CHECK_C_COMPILER_FLAG(${compiler_flag} "FLAG_SUPPORTED_${current_variable}")
107 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${compiler_flag}")
/third_party/python/Lib/test/
Dtest___future__.py55 compile("", "<test>", "exec", value.compiler_flag)
Dtest_future.py86 f"CO_FUTURE_{future.upper()}": getattr(__future__, future).compiler_flag
/third_party/python/Doc/library/
D__future__.rst59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
Dfunctions.rst305 :attr:`~__future__._Feature.compiler_flag` attribute on the