Home
last modified time | relevance | path

Searched defs:IteratorBase (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h124 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function
/external/scudo/standalone/
Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() function
/external/clang/include/clang/AST/
DDeclBase.h1086 NamedDecl *const> IteratorBase; typedef
1093 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase() function