/aosp_15_r20/external/tensorflow/tensorflow/tools/toolchains/clang6/ |
H A 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 …]
|
/aosp_15_r20/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
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 | 120 if codeob.co_flags & feature.compiler_flag: 121 self.flags |= feature.compiler_flag
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
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 | 120 if codeob.co_flags & feature.compiler_flag: 121 self.flags |= feature.compiler_flag
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
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 | 120 if codeob.co_flags & feature.compiler_flag: 121 self.flags |= feature.compiler_flag
|
/aosp_15_r20/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 | 120 if codeob.co_flags & feature.compiler_flag: 121 self.flags |= feature.compiler_flag
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | __future__.py | 83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument 86 self.compiler_flag = compiler_flag 106 self.compiler_flag))
|
H A D | codeop.py | 120 if codeob.co_flags & feature.compiler_flag: 121 self.flags |= feature.compiler_flag
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
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 | 120 if codeob.co_flags & feature.compiler_flag: 121 self.flags |= feature.compiler_flag
|
/aosp_15_r20/external/bazelbuild-rules_cc/cc/ |
H A D | defs.bzl | 18 load("//cc/private/rules_impl:compiler_flag.bzl", _compiler_flag = "compiler_flag") 189 def compiler_flag(**attrs): 190 """Bazel compiler_flag rule.
|
/aosp_15_r20/external/bazelbuild-rules_cc/tools/migration/ |
H A D | legacy_fields_migration_lib.py | 352 if toolchain.compiler_flag: 354 [None, compile_actions(toolchain), toolchain.compiler_flag, []]) 363 if (cmf.compiler_flag or 368 if cmf.compiler_flag: 369 result.append([mode, compile_actions(toolchain), cmf.compiler_flag, []])
|
H A D | legacy_fields_migration_lib_test.py | 102 self.assertEqual(len(output.compiler_flag), 0) 180 self.assertEqual(len(output.compiler_flag), 0) 256 self.assertEqual(len(output.compiler_flag), 0) 269 self.assertEqual(len(output.compiler_flag), 0)
|
/aosp_15_r20/external/bazelbuild-rules_cc/cc/private/toolchain/ |
H A D | BUILD | 1 load("//cc:defs.bzl", "cc_flags_supplier", "cc_library", "compiler_flag") 93 compiler_flag(name = "compiler")
|
/aosp_15_r20/external/bazelbuild-rules_go/go/ |
H A D | crosstool.rst | 136 compiler_flag: "-no-canonical-prefixes" 139 compiler_flag: "-v" 163 * ``compiler_flag`` and ``linker_flag`` are passed to the compiler and linker
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test___future__.py | 55 compile("", "<test>", "exec", value.compiler_flag)
|
/aosp_15_r20/external/bazelbuild-rules_cc/cc/private/rules_impl/ |
H A D | compiler_flag.bzl | 23 compiler_flag = rule(
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test___future__.py | 56 compile("", "<test>", "exec", value.compiler_flag)
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | __future__.rst | 59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | __future__.rst | 59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
|