Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h602 IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) {
606 mayOverlap, isChecked);
613 IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) {
615 isAliased, mayOverlap, isZeroed, isChecked);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h100 if (ORC_RT_UNLIKELY(!isChecked() || getPtr())) { in assertIsChecked()
114 bool isChecked() const { return ErrPtr & 0x1; } in isChecked() function