HomeSort by: relevance | last modified time | path
    Searched refs:CommonFlags (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flags.h 27 struct CommonFlags {
33 void CopyFrom(const CommonFlags &other);
36 // Functions to get/set global CommonFlags shared by all sanitizer runtimes:
37 extern CommonFlags common_flags_dont_use;
38 inline const CommonFlags *common_flags() {
47 // CommonFlags defaults. Generally, it should only be used right after
51 inline void OverrideCommonFlags(const CommonFlags &cf) {
59 CommonFlags *cf = &common_flags_dont_use);
60 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
65 void InitializeCommonFlags(CommonFlags *cf = &common_flags_dont_use)
    [all...]
sanitizer_flags.cc 23 CommonFlags common_flags_dont_use;
25 void CommonFlags::SetDefaults() {
31 void CommonFlags::CopyFrom(const CommonFlags &other) {
95 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf) {
107 void RegisterCommonFlags(FlagParser *parser, CommonFlags *cf) {
116 void InitializeCommonFlags(CommonFlags *cf) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_activation.cc 34 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) {
48 CommonFlags cf;
asan_allocator.h 43 void SetFrom(const Flags *f, const CommonFlags *cf);
44 void CopyTo(Flags *f, CommonFlags *cf);
asan_flags.cc 59 CommonFlags cf;
asan_allocator.cc 220 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) {
230 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_flags_test.cc 159 TEST(SanitizerCommon, CommonFlags) {
160 CommonFlags cf;
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_flags.cc 56 CommonFlags cf;
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan.cc 42 CommonFlags cf;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_flags.cc 57 CommonFlags cf;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc 77 CommonFlags cf;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.cc 143 CommonFlags cf;
197 CommonFlags cf;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo1.c 1632 {ACPI_DMT_UINT32, ACPI_GTDT0a_OFFSET (CommonFlags), "Common Flags (decoded below)", 0},
1633 {ACPI_DMT_FLAG0, ACPI_GTDT0a_FLAG_OFFSET (CommonFlags,0), "Secure", 0},
1634 {ACPI_DMT_FLAG1, ACPI_GTDT0a_FLAG_OFFSET (CommonFlags,0), "Always On", 0},
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 1800 UINT32 CommonFlags;
1809 /* Flag Definitions: CommonFlags above */
  /src/usr.sbin/acpitools/acpidump/
acpi.c 1931 if (entry->CommonFlags & ACPI_GTDT_GT_IS_SECURE_TIMER)
1935 if (entry->CommonFlags & ACPI_GTDT_GT_ALWAYS_ON)

Completed in 140 milliseconds