Searched refs:InIt (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ilist.h | 324 template<class InIt> void insert(iterator where, InIt first, InIt last) {
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 703 using InIt = istreambuf_iterator<char>; in copy_file_impl_default() typedef 705 InIt bin(in); in copy_file_impl_default() 706 InIt ein; in copy_file_impl_default()
|