Searched refs:ContainerTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallVectorExtras.h | 23 template <unsigned Size, class ContainerTy, class FuncTy> 24 auto map_to_vector(ContainerTy &&C, FuncTy &&F) { in map_to_vector() 26 map_range(std::forward<ContainerTy>(C), std::forward<FuncTy>(F))); in map_to_vector() 28 template <class ContainerTy, class FuncTy> 29 auto map_to_vector(ContainerTy &&C, FuncTy &&F) { in map_to_vector() 31 map_range(std::forward<ContainerTy>(C), std::forward<FuncTy>(F))); in map_to_vector()
|
| H A D | STLExtras.h | 322 template <typename ContainerTy> bool hasSingleElement(ContainerTy &&C) { 376 template <class ContainerTy, class FuncTy> 377 auto map_range(ContainerTy &&C, FuncTy F) { 428 template <typename ContainerTy> auto reverse(ContainerTy &&C) { 429 if constexpr (has_rbegin<ContainerTy>::value) 1431 template <typename ContainerTy> auto make_first_range(ContainerTy &&c) { 1441 template <typename ContainerTy> auto make_second_range(ContainerTy &&c) { 1444 std::forward<ContainerTy>(c), 2495 template <typename ContainerTy> bool hasNItems(ContainerTy &&C, unsigned N) { 2500 template <typename ContainerTy> [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | DynamicType.cpp | 232 template <class ContainerTy> 233 static raw_ostream &printJsonContainer(const ContainerTy &Container, in printJsonContainer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3601 using ContainerTy = BoUpSLP::TreeEntry::VecTreeTy; typedef 3608 ContainerTy &VectorizableTree; 3611 ContainerTy &VT) in ChildIteratorType() 3632 using ItTy = ContainerTy::iterator;
|