Home
last modified time | relevance | path

Searched refs:PointerCompare (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dwarn-tautological-compare.cpp113 namespace PointerCompare { namespace
/external/clang/test/SemaCXX/
Dwarn-tautological-compare.cpp113 namespace PointerCompare { namespace
/external/llvm-project/clang/lib/Driver/ToolChains/
DCrossWindows.cpp283 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
DSolaris.cpp208 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
DPS4CPU.cpp235 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
DFuchsia.cpp361 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
DFreeBSD.cpp468 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
DNetBSD.cpp474 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
DMinGW.cpp492 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
DLinux.cpp853 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
DMSVC.cpp1403 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
DDarwin.cpp2763 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
/external/llvm-project/clang/include/clang/Basic/
DSanitizers.def44 SANITIZER("pointer-compare", PointerCompare)
/external/llvm-project/clang/lib/Driver/
DSanitizerArgs.cpp820 if (AllAddedKinds & SanitizerKind::PointerCompare & ~AllRemove) { in SanitizerArgs()
832 SanitizerKind::PointerCompare | SanitizerKind::PointerSubtract; in SanitizerArgs()
836 SanitizerKind::PointerCompare | in SanitizerArgs()