Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h282 VarInit *ParseForeachDeclaration(Init *&ForeachListValue);
H A DTGParser.cpp3311 VarInit *TGParser::ParseForeachDeclaration(Init *&ForeachListValue) { in ParseForeachDeclaration() argument
3348 ForeachListValue = I; in ParseForeachDeclaration()
3375 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()