Home
last modified time | relevance | path

Searched refs:IterName (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/TableGen/
DTGParser.cpp2062 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local
2063 if (!IterName) in ParseForeach()
2071 Loops.push_back(ForeachLoop(IterName, ListValue)); in ParseForeach()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp2873 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local
2874 if (!IterName) in ParseForeach()
2882 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp2936 VarInit *IterName = ParseForeachDeclaration(ListValue); in ParseForeach() local
2937 if (!IterName) in ParseForeach()
2944 Loops.push_back(std::make_unique<ForeachLoop>(Loc, IterName, ListValue)); in ParseForeach()