reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1118 ArgType = ItemType; 1129 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { 1129 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { 1131 ItemType->getAsString() + "', got '" + 1163 if (ItemType && InitList.size() == 1) { 1164 if (!isa<ListRecTy>(ItemType)) { 1167 ItemType->getAsString() + "'"); 1170 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { 1174 cast<ListRecTy>(ItemType) 1304 if (ItemType) { 1305 if (ListRecTy *OutListTy = dyn_cast<ListRecTy>(ItemType)) { 1309 "expected value of type '" + Twine(ItemType->getAsString()) + 1316 if (ItemType && !isa<DagRecTy>(ItemType)) { 1316 if (ItemType && !isa<DagRecTy>(ItemType)) { 1318 "expected value of type '" + Twine(ItemType->getAsString()) + 1378 ItemType = nullptr; 1403 Init *MHS = ParseValue(CurRec, ItemType); 1414 Init *RHS = ParseValue(CurRec, ItemType); 1507 return ParseOperationCond(CurRec, ItemType);