Searched refs:AllTypes (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangSyntaxEmitter.cpp | 50 for (NodeType &N : AllTypes) { in Hierarchy() 86 AllTypes.emplace_back(); in add() 87 AllTypes.back().Record = R; in add() 88 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add() 100 std::deque<NodeType> AllTypes; member in __anone88558e00111::Hierarchy
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 605 list<LLVMType> AllTypes = !listconcat(RetTypes, ParamTypes); 609 !foreach(ty, AllTypes, 613 list<LLVMType> ACTys = !filter(ty, AllTypes, 623 bit isOverloaded = !not(!empty(!filter(ty, AllTypes, 626 list<LLVMType> Types = !foreach(ty, AllTypes, 631 !foreach(i, !range(AllTypes), 632 !foreach(a, AllTypes[i].Sig,
|