Searched refs:SANITIZER (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sanitizers.def | 10 // 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 D | Sanitizers.cpp | 23 #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 D | SanitizerArgs.cpp | 239 #define SANITIZER(NAME, ID) in setGroupBits() macro 1082 #define SANITIZER(NAME, ID) \ in toString() macro
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 778 #define SANITIZER(NAME, ID) \ in StartFunction() macro 786 #undef SANITIZER in StartFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 366 #define SANITIZER(NAME, ID) \ in checkLanguageOptions() macro 6039 #define SANITIZER(NAME, ID) \ in ParseLanguageOptions() macro
|
H A D | ASTWriter.cpp | 1556 #define SANITIZER(NAME, ID) \ in WriteControlBlock() macro
|