Home
last modified time | relevance | path

Searched defs:ilist_alloc_traits (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h41 template <typename NodeTy> struct ilist_alloc_traits { struct
47 /// Specialize ilist_alloc_traits to inherit from this to disable the argument
/llvm-project/llvm/unittests/ADT/
H A DIListTest.cpp176 template <> struct ilist_alloc_traits<NodeWithCallback> { struct
177 static void deleteNode(NodeWithCallback *) {} in deleteNode()