Lines Matching refs:RecTy
581 RecTy *TGParser::ParseType() { in ParseType()
615 RecTy *SubType = ParseType(); in ParseType()
694 RecTy *Type = 0; in ParseOperation()
810 RecTy *Type = 0; in ParseOperation()
872 RecTy *Type = 0; in ParseOperation()
929 RecTy *MHSTy = 0; in ParseOperation()
930 RecTy *RHSTy = 0; in ParseOperation()
1001 RecTy *TGParser::ParseOperatorType() { in ParseOperatorType()
1002 RecTy *Type = 0; in ParseOperatorType()
1044 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType) { in ParseSimpleValue()
1150 RecTy *DeducedEltTy = 0; in ParseSimpleValue()
1176 RecTy *GivenEltTy = 0; in ParseSimpleValue()
1195 RecTy *EltTy = 0; in ParseSimpleValue()
1308 Init *TGParser::ParseValue(Record *CurRec, RecTy *ItemType) { in ParseValue()
1415 RecTy *EltTy) { in ParseValueList()
1417 RecTy *ItemType = EltTy; in ParseValueList()
1471 RecTy *Type = ParseType(); in ParseDeclaration()
1583 RecTy *Type = Field->getType(); in ParseBodyItem()