Searched defs:global_flags (Results 1 – 5 of 5) sorted by relevance
68 … struct dummy_test { constexpr static bool value = false; constexpr static int global_flags = 0; }; member69 …my_a, dummy_a> { constexpr static bool value = true; constexpr static int global_flags = 1; }; member70 …my_b, dummy_b> { constexpr static bool value = true; constexpr static int global_flags = 2; }; member71 …my_c, dummy_c> { constexpr static bool value = true; constexpr static int global_flags = 4; }; member
53 set(global_flags ${OSX_SYSROOT_FLAG} ${global_flags}) variable
62 CFX_GifGlobalFlags global_flags; member
66 nd_uint16_t global_flags; member
2200 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, in Parse()