Home
last modified time | relevance | path

Searched refs:ContainerTy (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVectorExtras.h23 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 DSTLExtras.h322 template <typename ContainerTy> bool hasSingleElement(ContainerTy &&C) {
376 template <class ContainerTy, class FuncTy>
377 auto map_range(ContainerTy &&C, FuncTy F) {
419 template <typename ContainerTy> auto reverse(ContainerTy &&C) {
420 if constexpr (detail::HasFreeFunctionRBegin<ContainerTy>)
1422 template <typename ContainerTy> auto make_first_range(ContainerTy &&c) {
1424 return llvm::map_range(std::forward<ContainerTy>(c),
1432 template <typename ContainerTy> auto make_second_range(ContainerTy &&c) {
1435 std::forward<ContainerTy>(c),
2521 template <typename ContainerTy> bool hasNItems(ContainerTy &&C, unsigned N) {
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp232 template <class ContainerTy>
233 static raw_ostream &printJsonContainer(const ContainerTy &Container, in printJsonContainer()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp55 template <typename ContainerTy>
56 void serializeArray(Object &Paren, StringRef Key, ContainerTy &&C) { in serializeArray()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h312 typename ContainerTy, typename FunctionTy,
313 typename ElemTy = typename llvm::remove_cvref_t<ContainerTy>::value_type,
315 ListT<ResultTy> makeList(ContainerTy &&container, FunctionTy &&func) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4032 using ContainerTy = BoUpSLP::TreeEntry::VecTreeTy; typedef
4039 ContainerTy &VectorizableTree;
4042 ContainerTy &VT) in ChildIteratorType()
4063 using ItTy = ContainerTy::iterator;