Home
last modified time | relevance | path

Searched refs:SANITIZER (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def10 // enable. Users of this file must define the SANITIZER macro to make use of
16 #ifndef SANITIZER
17 #error "Define SANITIZER prior to including this file!"
20 // SANITIZER(NAME, ID)
31 // The first two values have the same semantics as the corresponding SANITIZER
41 SANITIZER("address", Address)
44 SANITIZER("pointer-compare", PointerCompare)
47 SANITIZER("pointer-subtract", PointerSubtract)
50 SANITIZER("kernel-address", KernelAddress)
53 SANITIZER("hwaddress", HWAddress)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp23 #define SANITIZER(NAME, ID) constexpr SanitizerMask SanitizerKind::ID; macro
31 #define SANITIZER(NAME, ID) .Case(NAME, SanitizerKind::ID) in parseSanitizerValue() macro
41 #define SANITIZER(NAME, ID) \ in serializeSanitizerSet() macro
48 #define SANITIZER(NAME, ID) in expandSanitizerGroups() macro
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp239 #define SANITIZER(NAME, ID) in setGroupBits() macro
1082 #define SANITIZER(NAME, ID) \ in toString() macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp778 #define SANITIZER(NAME, ID) \ in StartFunction() macro
786 #undef SANITIZER in StartFunction()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp366 #define SANITIZER(NAME, ID) \ in checkLanguageOptions() macro
6039 #define SANITIZER(NAME, ID) \ in ParseLanguageOptions() macro
H A DASTWriter.cpp1556 #define SANITIZER(NAME, ID) \ in WriteControlBlock() macro