Searched refs:compiler_flag (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/third_party/toolchains/clang6/ |
D | CROSSTOOL.tpl | 72 compiler_flag: "-U_FORTIFY_SOURCE" 73 compiler_flag: "-D_FORTIFY_SOURCE=1" 74 compiler_flag: "-fstack-protector" 84 compiler_flag: "-Wno-unknown-warning-option" 85 compiler_flag: "-Wno-unused-command-line-argument" 86 compiler_flag: "-Wno-ignored-optimization-argument" 89 compiler_flag: "-D_REENTRANT" 90 compiler_flag: "-D__STDC_FORMAT_MACROS" 91 compiler_flag: "-DSUPPRESS_USE_FILE_OFFSET64" 92 compiler_flag: "-Wall" [all …]
|
/external/python/cpython2/Lib/ |
D | __future__.py | 75 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument 78 self.compiler_flag = compiler_flag 100 self.compiler_flag))
|
D | codeop.py | 135 if codeob.co_flags & feature.compiler_flag: 136 self.flags |= feature.compiler_flag
|
D | doctest.py | 187 flags |= feature.compiler_flag
|
/external/python/cpython3/Lib/ |
D | __future__.py | 83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument 86 self.compiler_flag = compiler_flag 106 self.compiler_flag))
|
D | codeop.py | 145 if codeob.co_flags & feature.compiler_flag: 146 self.flags |= feature.compiler_flag
|
D | doctest.py | 192 flags |= feature.compiler_flag
|
/external/python/cpython3/Lib/test/ |
D | test___future__.py | 55 compile("", "<test>", "exec", value.compiler_flag)
|
D | test_future.py | 85 f"CO_FUTURE_{future.upper()}": getattr(__future__, future).compiler_flag
|
/external/python/cpython2/Lib/test/ |
D | test___future__.py | 56 compile("", "<test>", "exec", value.compiler_flag)
|
/external/python/cpython2/Doc/library/ |
D | __future__.rst | 59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
|
D | functions.rst | 236 can be found as the :attr:`~__future__._Feature.compiler_flag` attribute on
|
/external/python/cpython3/Doc/library/ |
D | __future__.rst | 59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
|
D | functions.rst | 262 :attr:`~__future__._Feature.compiler_flag` attribute on the
|