/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 129 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { in erase() 149 auto Iterator = find(Key); in erase() local
|
H A D | DenseSet.h | 89 Iterator(const typename MapTy::iterator &i) : I(i) {} in Iterator() function
|
H A D | FoldingSet.h | 547 VectorIteratorT Iterator; variable
|
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 200 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 D | gtest-param-util-generated.h | 2858 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 D | AttrIterator.h | 49 typedef typename Container::const_iterator Iterator; typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Value.cpp | 750 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 D | conversion-function.cpp | 337 struct Iterator<int> { struct 338 typedef Container<int> container_type;
|
/minix3/external/bsd/llvm/dist/clang/test/Parser/ |
H A D | MicrosoftExtensions.cpp | 162 class Iterator { class in C1
|
/minix3/external/bsd/llvm/dist/clang/test/FixIt/ |
H A D | fixit.cpp | 143 class Iterator { class in F1
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 198 Iterator(T *Data) : Data(Data) {} in Iterator() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2368 DeclStmt::const_decl_iterator Iterator = Node.decl_begin(); in AST_MATCHER_P2() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 373 iterator(const DeclIndexPair *Iterator) in iterator()
|