Searched refs:ContainerTy (Results 1 – 3 of 3) sorted by relevance
214 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 …]
232 template <class ContainerTy>233 static raw_ostream &printJsonContainer(const ContainerTy &Container, in printJsonContainer()
2464 using ContainerTy = BoUpSLP::TreeEntry::VecTreeTy; typedef2471 ContainerTy &VectorizableTree;2474 ContainerTy &VT) in ChildIteratorType()2495 using ItTy = ContainerTy::iterator;