Home
last modified time | relevance | path

Searched refs:global_flags (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake43 string(REPLACE " " ";" global_flags "${CMAKE_CXX_FLAGS}")
45 string(REPLACE " " ";" global_flags "${CMAKE_C_FLAGS}")
49 translate_msvc_cflags(global_flags "${global_flags}")
53 set(global_flags ${OSX_SYSROOT_FLAG} ${global_flags}) variable
58 list(APPEND global_flags -Wno-unknown-warning-option)
59 set(compile_flags ${global_flags} ${SOURCE_CFLAGS})
/external/regex-re2/re2/
Dparse.cc1954 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, in Parse() argument
1961 ParseState ps(global_flags, s, status); in Parse()
1965 if (global_flags & Latin1) { in Parse()
1972 if (global_flags & Literal) { in Parse()
/external/v8/tools/gyp/pylib/gyp/
Dinput.py476 def CallLoadTargetBuildFile(global_flags, argument
490 for key, value in global_flags.iteritems():
595 global_flags = {
604 args = (global_flags, dependency,