Searched refs:compiler_flag (Results 1 – 8 of 8) sorted by relevance
83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument86 self.compiler_flag = compiler_flag106 self.compiler_flag))
152 if codeob.co_flags & feature.compiler_flag:153 self.flags |= feature.compiler_flag
192 flags |= feature.compiler_flag
100 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}")
55 compile("", "<test>", "exec", value.compiler_flag)
86 f"CO_FUTURE_{future.upper()}": getattr(__future__, future).compiler_flag
59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
305 :attr:`~__future__._Feature.compiler_flag` attribute on the