Searched defs:ilist_alloc_traits (Results 1 – 2 of 2) sorted by relevance
40 template <typename NodeTy> struct ilist_alloc_traits { struct46 /// Specialize ilist_alloc_traits to inherit from this to disable the argument
70 struct ilist_alloc_traits<TrieEdge> : ilist_noalloc_traits<TrieEdge> {}; struct