Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/tools/toolchains/clang6/
H A 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 …]
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
D__future__.py83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
86 self.compiler_flag = compiler_flag
106 self.compiler_flag))
Dcodeop.py120 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__.py83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
86 self.compiler_flag = compiler_flag
106 self.compiler_flag))
Dcodeop.py120 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__.py83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
86 self.compiler_flag = compiler_flag
106 self.compiler_flag))
Dcodeop.py120 if codeob.co_flags & feature.compiler_flag:
121 self.flags |= feature.compiler_flag
/aosp_15_r20/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.py120 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__.py83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
86 self.compiler_flag = compiler_flag
106 self.compiler_flag))
H A Dcodeop.py120 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__.py83 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): argument
86 self.compiler_flag = compiler_flag
106 self.compiler_flag))
Dcodeop.py120 if codeob.co_flags & feature.compiler_flag:
121 self.flags |= feature.compiler_flag
/aosp_15_r20/external/bazelbuild-rules_cc/cc/
H A Ddefs.bzl18 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 Dlegacy_fields_migration_lib.py352 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 Dlegacy_fields_migration_lib_test.py102 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 DBUILD1 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 Dcrosstool.rst136 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/
Dtest___future__.py55 compile("", "<test>", "exec", value.compiler_flag)
/aosp_15_r20/external/bazelbuild-rules_cc/cc/private/rules_impl/
H A Dcompiler_flag.bzl23 compiler_flag = rule(
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest___future__.py56 compile("", "<test>", "exec", value.compiler_flag)
/aosp_15_r20/external/python/cpython2/Doc/library/
D__future__.rst59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`
/aosp_15_r20/external/python/cpython3/Doc/library/
D__future__.rst59 dynamically compiled code. This flag is stored in the :attr:`compiler_flag`

12