Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSTLExtras.h214 template <typename ContainerTy>
215 decltype(auto) adl_begin(ContainerTy &&container) {
216 return begin(std::forward<ContainerTy>(container));
221 template <typename ContainerTy>
222 decltype(auto) adl_end(ContainerTy &&container) {
223 return end(std::forward<ContainerTy>(container));
236 template <typename ContainerTy>
237 decltype(auto) adl_begin(ContainerTy &&container) {
238 return adl_detail::adl_begin(std::forward<ContainerTy>(container));
241 template <typename ContainerTy>
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp232 template <class ContainerTy>
233 static raw_ostream &printJsonContainer(const ContainerTy &Container, in printJsonContainer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2464 using ContainerTy = BoUpSLP::TreeEntry::VecTreeTy; typedef
2471 ContainerTy &VectorizableTree;
2474 ContainerTy &VT) in ChildIteratorType()
2495 using ItTy = ContainerTy::iterator;