Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp125 RecordType type = getChecked(eLoc, context, name, kind); in parse()
135 RecordType type = getChecked(eLoc, context, name, kind); in parse()
169 type = getChecked(eLoc, context, name, kind); in parse()
171 type = getChecked(eLoc, context, membersRef, packed, padded, kind); in parse()
173 type = getChecked(eLoc, context, membersRef, name, packed, padded, kind); in parse()
H A DCIRAttrs.cpp312 return parser.getChecked<ConstArrayAttr>( in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h270 if (LLVM_UNLIKELY(!getChecked() || getPtr())) in assertIsChecked()
296 bool getChecked() const { in getChecked() function