Home
last modified time | relevance | path

Searched defs:ScopedBlockSignals (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_linux.h55 struct ScopedBlockSignals { struct
59 ScopedBlockSignals &operator=(const ScopedBlockSignals &) = delete; argument
HDsanitizer_linux.cpp215 ScopedBlockSignals::ScopedBlockSignals(__sanitizer_sigset_t *copy) { in ScopedBlockSignals() function in __sanitizer::ScopedBlockSignals