Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2074 Init *ListUntyped = ParseValue(CurRec); in ParseOperation() local
2075 if (!ListUntyped) in ParseOperation()
2078 TypedInit *List = dyn_cast<TypedInit>(ListUntyped); in ParseOperation()
2081 ListUntyped->getAsString() + "'"); in ParseOperation()