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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h132 class IteratorBase { class in struct:__sanitizer::IntrusiveList
134 explicit IteratorBase(ItemTy *current) : current_(current) {} function in class:__sanitizer::IntrusiveList::IteratorBase
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h20 template <class T> class IteratorBase { class in namespace:scudo
22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} function in class:scudo::IteratorBase

Completed in 121 milliseconds