Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2339 if (!UR.foundUnresolved()) in resolveReferences()
2354 if (!R.foundUnresolved()) in Fold()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2312 bool foundUnresolved() const { return FoundUnresolved; } in foundUnresolved() function