Searched refs:InIt (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ilist.h | 547 template<class InIt> void insert(iterator where, InIt first, InIt last) { 636 template<class InIt> ilist(InIt first, InIt last) { 656 template<class InIt> void insert(iterator where, InIt first, InIt last) { 673 template<class InIt> void assign(InIt first1, InIt last1) {
|
/external/llvm/include/llvm/ADT/ |
D | ilist.h | 568 template<class InIt> void insert(iterator where, InIt first, InIt last) { 680 template<class InIt> ilist(InIt first, InIt last) { 713 template<class InIt> void assign(InIt first1, InIt last1) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ilist.h | 337 template<class InIt> void insert(iterator where, InIt first, InIt last) {
|
/external/libcxx/src/experimental/filesystem/ |
D | operations.cpp | 169 using InIt = std::istreambuf_iterator<char>; in copy_file_impl() typedef 171 InIt bin(in); in copy_file_impl() 172 InIt ein; in copy_file_impl()
|