HomeSort by: relevance | last modified time | path
    Searched refs:AssertionInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.h 40 /// AssertionInfo.
44 std::unique_ptr<Record::AssertionInfo> Assertion;
52 RecordsEntry(std::unique_ptr<Record::AssertionInfo> Assertion)
TGParser.cpp 439 Dest->push_back(std::make_unique<Record::AssertionInfo>(
3313 addEntry(std::make_unique<Record::AssertionInfo>(ConditionLoc, Condition,
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 1474 struct AssertionInfo {
1481 AssertionInfo(SMLoc Loc, Init *Condition, Init *Message)
1494 SmallVector<AssertionInfo, 0> Assertions;
1569 ArrayRef<AssertionInfo> getAssertions() const { return Assertions; }
1627 Assertions.push_back(AssertionInfo(Loc, Condition, Message));

Completed in 28 milliseconds