Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1375 std::unique_ptr<Record> ParseRecTmp; in ParseOperation() local
1378 ParseRecTmp = std::make_unique<Record>(".parse", ArrayRef<SMLoc>{}, Records); in ParseOperation()
1379 ParseRec = ParseRecTmp.get(); in ParseOperation()
1642 std::unique_ptr<Record> ParseRecTmp; in ParseOperation() local
1645 ParseRecTmp = std::make_unique<Record>(".parse", ArrayRef<SMLoc>{}, Records); in ParseOperation()
1646 ParseRec = ParseRecTmp.get(); in ParseOperation()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp1588 std::unique_ptr<Record> ParseRecTmp; in ParseOperation() local
1591 ParseRecTmp = std::make_unique<Record>(".parse", ArrayRef<SMLoc>{}, Records); in ParseOperation()
1592 ParseRec = ParseRecTmp.get(); in ParseOperation()
1748 std::unique_ptr<Record> ParseRecTmp; in ParseOperationForEachFilter() local
1751 ParseRecTmp = in ParseOperationForEachFilter()
1753 ParseRec = ParseRecTmp.get(); in ParseOperationForEachFilter()