Home
last modified time | relevance | path

Searched refs:InIt (Results 1 – 4 of 4) 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-subzero/include/llvm/ADT/
Dilist.h337 template<class InIt> void insert(iterator where, InIt first, InIt last) {
/external/libcxx/src/experimental/filesystem/
Doperations.cpp140 using InIt = std::istreambuf_iterator<char>; in copy_file_impl() typedef
142 InIt bin(in); in copy_file_impl()
143 InIt ein; in copy_file_impl()