Searched refs:getChecked (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRTypes.cpp | 125 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 D | CIRAttrs.cpp | 312 return parser.getChecked<ConstArrayAttr>( in parse()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Error.h | 270 if (LLVM_UNLIKELY(!getChecked() || getPtr())) in assertIsChecked() 296 bool getChecked() const { in getChecked() function
|