Searched refs:ItemType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.h | 292 const Init *ParseSimpleValue(Record *CurRec, const RecTy *ItemType = nullptr, 294 const Init *ParseValue(Record *CurRec, const RecTy *ItemType = nullptr, 297 const RecTy *ItemType = nullptr); 312 const Init *ParseOperation(Record *CurRec, const RecTy *ItemType); 313 const Init *ParseOperationSubstr(Record *CurRec, const RecTy *ItemType); 314 const Init *ParseOperationFind(Record *CurRec, const RecTy *ItemType); 316 const RecTy *ItemType); 317 const Init *ParseOperationCond(Record *CurRec, const RecTy *ItemType);
|
| H A D | TGParser.cpp | 1185 const Init *TGParser::ParseOperation(Record *CurRec, const RecTy *ItemType) { in ParseOperation() argument 1611 ArgType = ItemType; in ParseOperation() 1618 ArgType = ItemType; in ParseOperation() 1629 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation() 1631 ItemType->getAsString() + "', got '" + in ParseOperation() 1671 if (ItemType && InitList.size() == 1) { in ParseOperation() 1672 if (!isa<ListRecTy>(ItemType)) { in ParseOperation() 1675 ItemType->getAsString() + "'"); in ParseOperation() 1678 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation() 1682 cast<ListRecTy>(ItemType) in ParseOperation() [all …]
|
| /freebsd/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 251 <DataSource Persistence="ProjectFile" ItemType="" />
|