Home
last modified time | relevance | path

Searched refs:CheckAssert (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DError.h52 bool CheckAssert(SMLoc Loc, const Init *Condition, const Init *Message);
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp163 bool CheckAssert(SMLoc Loc, const Init *Condition, const Init *Message) { in CheckAssert() function
H A DTGParser.cpp400 CheckAssert(E.Assertion->Loc, E.Assertion->Condition, E.Assertion->Message); in addEntry()
501 CheckAssert(E.Assertion->Loc, Condition, Message); in resolve()
H A DRecord.cpp3230 AnyFailed |= CheckAssert(Assertion.Loc, Condition, Message); in checkRecordAssertions()