Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2147 Init *ExprUntyped = ParseValue(ParseRec); in ParseOperation() local
2151 if (!ExprUntyped) in ParseOperation()
2154 TypedInit *Expr = dyn_cast<TypedInit>(ExprUntyped); in ParseOperation()