Home
last modified time | relevance | path

Searched defs:global_flags (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake53 set(global_flags ${OSX_SYSROOT_FLAG} ${global_flags}) variable
/external/eigen/unsupported/test/
Dcxx11_meta.cpp68 … struct dummy_test { constexpr static bool value = false; constexpr static int global_flags = 0; }; member
69 …my_a, dummy_a> { constexpr static bool value = true; constexpr static int global_flags = 1; }; member
70 …my_b, dummy_b> { constexpr static bool value = true; constexpr static int global_flags = 2; }; member
71 …my_c, dummy_c> { constexpr static bool value = true; constexpr static int global_flags = 4; }; member
/external/tcpdump/
Dprint-lspping.c63 uint8_t global_flags[2]; member
/external/regex-re2/re2/
Dparse.cc1954 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, in Parse()