Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.h54 static constexpr bool checkBitPos(const unsigned Pos) { in checkBitPos() function
147 static_assert(SanitizerMask::checkBitPos(SO_##ID), "Bit position too big.");
152 static_assert(SanitizerMask::checkBitPos(SO_##ID##Group), \