Searched defs:ilist_alloc_traits (Results 1 – 5 of 5) sorted by relevance
40 template <typename NodeTy> struct ilist_alloc_traits { struct46 /// Specialize ilist_alloc_traits to inherit from this to disable the argument
41 template <typename NodeTy> struct ilist_alloc_traits { struct47 /// Specialize ilist_alloc_traits to inherit from this to disable the argument
212 template <> struct ilist_alloc_traits<NodeWithCallback> { struct213 static void deleteNode(NodeWithCallback *) {} in deleteNode()
70 struct ilist_alloc_traits<TrieEdge> : ilist_noalloc_traits<TrieEdge> {}; struct