Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp38 static const SanitizerMask NotAllowedWithTrap = SanitizerKind::Vptr; variable
337 SanitizerMask InvalidTrappingKinds = TrappingKinds & NotAllowedWithTrap; in SanitizerArgs()