Searched refs:list_base (Results 1 – 2 of 2) sorted by relevance
35 typedef list<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > list_base; \38 typedef typename list_base::allocator_type allocator_type; \39 typedef typename list_base::size_type size_type; \40 typedef typename list_base::iterator iterator; \41 explicit list(const allocator_type& a = allocator_type()) : list_base(a) {} \43 …irst, InputIterator last, const allocator_type& a = allocator_type()) : list_base(first, last, a) …44 list(const list& c) : list_base(c) {} \45 explicit list(size_type num, const value_type& val = value_type()) : list_base(num, val) {} \46 list(iterator start, iterator end) : list_base(start, end) {} \48 list_base::operator=(x); \[all …]
66 void *list_base; member514 closure->list_base && closure->list_base < this) in sanitize()517 (((char *) this) - ((char *) closure->list_base)); in sanitize()