Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h594 IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) {
598 mayOverlap, isChecked);
605 IsSanitizerChecked_t isChecked = IsNotSanitizerChecked) {
607 isAliased, mayOverlap, isZeroed, isChecked);
/freebsd/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