Searched refs:AllTypes (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/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 __anon03f60ac10111::Hierarchy
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 599 list<LLVMType> AllTypes = !listconcat(RetTypes, ParamTypes); 603 !foreach(ty, AllTypes, 607 list<LLVMType> ACTys = !filter(ty, AllTypes, 617 bit isOverloaded = !not(!empty(!filter(ty, AllTypes, 620 list<LLVMType> Types = !foreach(ty, AllTypes, 625 !foreach(i, !range(AllTypes), 626 !foreach(a, AllTypes[i].Sig,
|