Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/
H A DSanitizerArgs.cpp37 static const SanitizerMask NotAllowedWithTrap = SanitizerKind::Vptr; variable
330 SanitizerMask InvalidTrappingKinds = TrappingKinds & NotAllowedWithTrap; in SanitizerArgs()