Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h291 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr,
293 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr,
296 Record *CurRec, RecTy *ItemType = nullptr);
310 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
311 Init *ParseOperationSubstr(Record *CurRec, RecTy *ItemType);
312 Init *ParseOperationFind(Record *CurRec, RecTy *ItemType);
313 Init *ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType);
314 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
H A DTGParser.cpp1185 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation() argument
1536 ArgType = ItemType; in ParseOperation()
1543 ArgType = ItemType; in ParseOperation()
1554 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1556 ItemType->getAsString() + "', got '" + in ParseOperation()
1596 if (ItemType && InitList.size() == 1) { in ParseOperation()
1597 if (!isa<ListRecTy>(ItemType)) { in ParseOperation()
1600 ItemType->getAsString() + "'"); in ParseOperation()
1603 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1607 cast<ListRecTy>(ItemType) in ParseOperation()
[all …]
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl251 <DataSource Persistence="ProjectFile" ItemType="" />