Home
last modified time | relevance | path

Searched defs:Iterator (Results 1 – 13 of 13) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DMapVector.h129 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase()
149 auto Iterator = find(Key); in erase() local
H A DDenseSet.h89 Iterator(const typename MapTy::iterator &i) : I(i) {} in Iterator() function
H A DFoldingSet.h547 VectorIteratorT Iterator; variable
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, in Iterator() function
228 Iterator(const Iterator& other) in Iterator() function
287 Iterator(const ParamGeneratorInterface<T>* base, in Iterator() function
325 Iterator(const Iterator& other) in Iterator() function
H A Dgtest-param-util-generated.h2858 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
2906 Iterator(const Iterator& other) in Iterator() function
2974 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
3030 Iterator(const Iterator& other) in Iterator() function
3108 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
3172 Iterator(const Iterator& other) in Iterator() function
3259 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
3331 Iterator(const Iterator& other) in Iterator() function
3429 Iterator(const ParamGeneratorInterface<ParamType>* base, in Iterator() function
3509 Iterator(const Iterator& other) in Iterator() function
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAttrIterator.h49 typedef typename Container::const_iterator Iterator; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DValue.cpp750 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsDeleted() local
806 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsRAUWd() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconversion-function.cpp337 struct Iterator<int> { struct
338 typedef Container<int> container_type;
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A DMicrosoftExtensions.cpp162 class Iterator { class in C1
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dfixit.cpp143 class Iterator { class in F1
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h198 Iterator(T *Data) : Data(Data) {} in Iterator() function
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2368 DeclStmt::const_decl_iterator Iterator = Node.decl_begin(); in AST_MATCHER_P2() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp373 iterator(const DeclIndexPair *Iterator) in iterator()