Searched refs:AllTypes (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangSyntaxEmitter.cpp | 51 for (NodeType &N : AllTypes) { in Hierarchy() 87 AllTypes.emplace_back(); in add() 88 AllTypes.back().Rec = R; in add() 89 bool Inserted = ByName.try_emplace(R->getName(), &AllTypes.back()).second; in add() 101 std::deque<NodeType> AllTypes; member in __anon412cf98b0111::Hierarchy
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 641 list<LLVMType> AllTypes = !listconcat(RetTypes, ParamTypes); 645 !foreach(ty, AllTypes, 649 list<LLVMType> ACTys = !filter(ty, AllTypes, 659 bit isOverloaded = !not(!empty(!filter(ty, AllTypes, 662 list<LLVMType> Types = !foreach(ty, AllTypes, 667 !foreach(i, !range(AllTypes), 668 !foreach(a, AllTypes[i].Sig,
|