Home
last modified time | relevance | path

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

/external/tensorflow/third_party/toolchains/clang6/
DCROSSTOOL.tpl72 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__.py75 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
78 self.compiler_flag = compiler_flag
100 self.compiler_flag))
Dcodeop.py135 if codeob.co_flags & feature.compiler_flag:
136 self.flags |= feature.compiler_flag
Ddoctest.py187 flags |= feature.compiler_flag
/external/python/cpython3/Lib/
D__future__.py83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
86 self.compiler_flag = compiler_flag
106 self.compiler_flag))
Dcodeop.py145 if codeob.co_flags & feature.compiler_flag:
146 self.flags |= feature.compiler_flag
Ddoctest.py192 flags |= feature.compiler_flag
/external/python/cpython3/Lib/test/
Dtest___future__.py55 compile("", "<test>", "exec", value.compiler_flag)
Dtest_future.py85 f"CO_FUTURE_{future.upper()}": getattr(__future__, future).compiler_flag
/external/python/cpython2/Lib/test/
Dtest___future__.py56 compile("", "<test>", "exec", value.compiler_flag)
/external/python/cpython2/Doc/library/
D__future__.rst59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
Dfunctions.rst236 can be found as the :attr:`~__future__._Feature.compiler_flag` attribute on
/external/python/cpython3/Doc/library/
D__future__.rst59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
Dfunctions.rst262 :attr:`~__future__._Feature.compiler_flag` attribute on the