Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h134 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h114 IteratorBase(const LinkOp<T> &Link, T *CurrentT) in IteratorBase() function