HomeSort by relevance Sort by last modified time
    Searched full:common_flag (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.inc 14 #ifndef COMMON_FLAG
15 #error "Define COMMON_FLAG prior to including this file!"
18 // COMMON_FLAG(Type, Name, DefaultValue, Description)
23 COMMON_FLAG(
27 COMMON_FLAG(
31 COMMON_FLAG(
36 COMMON_FLAG(const char *, strip_path_prefix, "",
38 COMMON_FLAG(bool, fast_unwind_on_check, false,
41 COMMON_FLAG(bool, fast_unwind_on_fatal, false,
44 COMMON_FLAG(bool, fast_unwind_on_malloc, true
    [all...]
sanitizer_flags.cc 39 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
41 #undef COMMON_FLAG
94 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \
97 #undef COMMON_FLAG
sanitizer_flags.h 22 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name;
24 #undef COMMON_FLAG
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 72 C = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::common_flag, // NOLINT
73 w_C = ResolveInfo::weak_flag | ResolveInfo::regular_flag | ResolveInfo::common_flag, // NOLINT
74 d_C = ResolveInfo::global_flag | ResolveInfo::dynamic_flag | ResolveInfo::common_flag, // NOLINT
75 wd_C = ResolveInfo::weak_flag | ResolveInfo::dynamic_flag | ResolveInfo::common_flag, // NOLINT
ResolveInfo.h 240 static const uint32_t common_flag = 2 << DESC_OFFSET; member in class:mcld::ResolveInfo
  /external/compiler-rt/lib/asan/
asan_activation_flags.inc 22 // See COMMON_FLAG in sanitizer_flags.inc for more details.
asan_flags.inc 18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
  /external/compiler-rt/lib/ubsan/
ubsan_flags.inc 18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
  /external/compiler-rt/lib/dfsan/
dfsan_flags.inc 18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
  /external/compiler-rt/lib/lsan/
lsan_flags.inc 18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
  /external/compiler-rt/lib/msan/
msan_flags.inc 18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 206 ASSERT_TRUE(mcld::ResolveInfo::common_flag == new_sym->info());
207 ASSERT_TRUE(mcld::ResolveInfo::common_flag == old_sym->info());
229 ASSERT_TRUE(ResolveInfo::common_flag == new_sym->info());
230 ASSERT_TRUE((ResolveInfo::weak_flag | ResolveInfo::common_flag) ==
254 ASSERT_TRUE(ResolveInfo::common_flag == old_sym->info());
  /toolchain/binutils/binutils-2.25/gold/
resolve.cc 169 static const unsigned int common_flag = 2 << def_undef_or_common_shift; member in namespace:gold
217 bits |= common_flag;
222 bits |= common_flag;
224 bits |= common_flag;
492 COMMON = global_flag | regular_flag | common_flag,
493 WEAK_COMMON = weak_flag | regular_flag | common_flag,
494 DYN_COMMON = global_flag | dynamic_flag | common_flag,
495 DYN_WEAK_COMMON = weak_flag | dynamic_flag | common_flag
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.inc 18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 147 return (common_flag == (m_BitField & DESC_MASK));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 360 milliseconds