Home
last modified time | relevance | path

Searched refs:ilist_node_base (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_base.h65 class ilist_node_base : public ilist_detail::node_base_prevnext<
66 ilist_node_base<EnableSentinelTracking, ParentTy>,
H A Dilist_node_options.h18 template <bool EnableSentinelTracking, class ParentTy> class ilist_node_base; variable
172 typedef ilist_node_base<enable_sentinel_tracking, parent_ty> node_base_type;
H A Dilist_base.h20 using node_base_type = ilist_node_base<EnableSentinelTracking, ParentTy>;