Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp113 namespace PointerCompare { namespace
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCrossWindows.cpp286 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
H A DSolaris.cpp231 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
H A DPS4CPU.cpp264 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
H A DFuchsia.cpp433 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
H A DFreeBSD.cpp489 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
H A DNetBSD.cpp480 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
H A DMinGW.cpp518 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
H A DLinux.cpp746 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
H A DMSVC.cpp791 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
H A DDarwin.cpp3217 Res |= SanitizerKind::PointerCompare; in getSupportedSanitizers()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSanitizers.def44 SANITIZER("pointer-compare", PointerCompare)
/llvm-project-15.0.7/clang/lib/Driver/
H A DSanitizerArgs.cpp893 if (AllAddedKinds & SanitizerKind::PointerCompare & ~AllRemove) { in SanitizerArgs()
934 SanitizerKind::PointerCompare | SanitizerKind::PointerSubtract; in SanitizerArgs()
939 SanitizerKind::PointerCompare | in SanitizerArgs()