Home
last modified time | relevance | path

Searched defs:RecordsEntry (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DTGParser.h41 struct RecordsEntry { struct
48 RecordsEntry() = default; argument
49 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() argument
50 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() argument
52 RecordsEntry(std::unique_ptr<Record::AssertionInfo> Assertion) in RecordsEntry() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.h45 struct RecordsEntry { struct
51 RecordsEntry() {} in RecordsEntry() function
52 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() argument
53 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() argument