/external/v8/tools/clang/blink_gc_plugin/tests/heap/ |
D | stubs.h | 46 using const_iterator = const T*; variable 62 using const_iterator = const T*; variable 76 typedef const ValueArg* const_iterator; typedef 90 typedef const ValueArg* const_iterator; typedef 104 typedef const ValueArg* const_iterator; typedef 129 typedef const MappedArg* const_iterator; typedef
|
/external/v8/src/compiler/ |
D | node-aux-data.h | 46 class const_iterator; variable 47 friend class const_iterator; variable 65 const_iterator(const ZoneVector<T>* data, size_t current) in const_iterator() function 67 const_iterator(const const_iterator& other) in const_iterator() function
|
D | node.h | 140 class const_iterator; variable 339 class const_iterator; variable 491 const_iterator(const const_iterator& other) : input_ptr_(other.input_ptr_) {} in const_iterator() function 519 explicit const_iterator(Node* const* input_ptr) : input_ptr_(input_ptr) {} in const_iterator() function 587 const_iterator(const const_iterator& other) in const_iterator() function 619 const_iterator() : current_(nullptr) {} in const_iterator() function 620 explicit const_iterator(Node* node) in const_iterator() function
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
D | size.pass.cpp | 29 typedef typename C::const_iterator const_iterator; in test2() typedef 50 typedef typename C::const_iterator const_iterator; in test1() typedef
|
D | iter_iter.pass.cpp | 33 typedef typename C::const_iterator const_iterator; in test() typedef 47 typedef typename C::const_iterator const_iterator; in test() typedef
|
D | size_value.pass.cpp | 26 typedef typename C::const_iterator const_iterator; in test() typedef
|
D | size_value_alloc.pass.cpp | 25 typedef typename C::const_iterator const_iterator; in test() typedef
|
/external/v8/src/zone/ |
D | zone-handle-set.h | 154 class const_iterator; variable 201 const_iterator(const const_iterator& other) in const_iterator() function 221 explicit const_iterator(const ZoneHandleSet<T>* set, size_t current) in const_iterator() function
|
/external/libchrome/base/ |
D | value_iterators.h | 131 using const_iterator = const_dict_iterator; variable 170 using const_iterator = const_dict_iterator; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | CallGraph.h | 111 using const_iterator = FunctionMapTy::const_iterator; variable 185 using const_iterator = std::vector<CallRecord>::const_iterator; variable 339 using const_iterator = CallGraph::const_iterator; variable
|
D | DominanceFrontier.h | 79 using const_iterator = typename DomSetMapType::const_iterator; variable 149 using const_iterator = variable
|
/external/llvm/include/llvm/Analysis/ |
D | CallGraph.h | 117 typedef FunctionMapTy::const_iterator const_iterator; typedef 188 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef 343 typedef CallGraph::const_iterator const_iterator; typedef
|
D | DominanceFrontier.h | 73 typedef typename DomSetMapType::const_iterator const_iterator; typedef 143 typedef DominanceFrontierBase<BasicBlock>::const_iterator const_iterator; typedef
|
/external/clang/include/clang/Analysis/ |
D | CallGraph.h | 70 typedef FunctionMapTy::const_iterator const_iterator; typedef 148 typedef SmallVectorImpl<CallRecord>::const_iterator const_iterator; typedef
|
/external/google-fruit/include/fruit/impl/data_structures/ |
D | fixed_size_vector.h | 45 using const_iterator = const T*; variable
|
/external/tensorflow/tensorflow/lite/ |
D | context_util.h | 37 typedef const int* const_iterator; typedef
|
/external/tensorflow/tensorflow/core/graph/ |
D | edgeset.h | 41 class const_iterator; variable 87 const_iterator() {} in const_iterator() function
|
/external/llvm/lib/Object/ |
D | RecordStreamer.h | 28 typedef StringMap<State>::const_iterator const_iterator; typedef
|
/external/pdfium/fxjs/ |
D | cjs_globaldata.h | 49 using const_iterator = variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | CallGraph.h | 85 typedef FunctionMapTy::const_iterator const_iterator; typedef 208 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 107 struct const_iterator { struct 110 using iterator_category = std::forward_iterator_tag; 111 using value_type = MVT; 112 using difference_type = ptrdiff_t; 113 using pointer = const MVT*; 114 using reference = const MVT&; 122 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument 142 unsigned find_from_pos(unsigned P) const { in find_from_pos() 167 const MachineValueTypeSet *Set; 168 unsigned Pos;
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | iterator_range.h | 42 using const_iterator = IteratorT; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAsmLayout.h | 30 typedef llvm::SmallVectorImpl<MCSectionData*>::const_iterator const_iterator; typedef
|
/external/clang/include/clang/Frontend/ |
D | TextDiagnosticBuffer.h | 29 typedef DiagList::const_iterator const_iterator; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.h | 30 using const_iterator = variable
|