Searched refs:ItemType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.h | 289 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr, 291 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr, 294 Record *CurRec, RecTy *ItemType = nullptr); 308 Init *ParseOperation(Record *CurRec, RecTy *ItemType); 309 Init *ParseOperationSubstr(Record *CurRec, RecTy *ItemType); 310 Init *ParseOperationFind(Record *CurRec, RecTy *ItemType); 311 Init *ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType); 312 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
|
| H A D | TGParser.cpp | 1530 ArgType = ItemType; in ParseOperation() 1537 ArgType = ItemType; in ParseOperation() 1548 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation() 1872 ItemType = nullptr; in ParseOperation() 1883 ItemType = nullptr; in ParseOperation() 2247 if (ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperationSubstr() 2335 if (ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperationFind() 2433 if (ItemType) { in ParseOperationForEachFilter() 2452 if (ItemType && !isa<DagRecTy>(ItemType)) { in ParseOperationForEachFilter() 2757 if (ItemType) { in ParseSimpleValue() [all …]
|
| /freebsd-14.2/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 251 <DataSource Persistence="ProjectFile" ItemType="" />
|