Home
last modified time | relevance | path

Searched refs:InIt (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
Dilist.h547 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/
Dilist.h568 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-7.0/llvm/include/llvm/ADT/
Dilist.h324 template<class InIt> void insert(iterator where, InIt first, InIt last) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist.h337 template<class InIt> void insert(iterator where, InIt first, InIt last) {
/external/libcxx/src/filesystem/
Doperations.cpp703 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()