Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ADT/
Dilist.h40 template <typename NodeTy> struct ilist_alloc_traits { struct
46 /// Specialize ilist_alloc_traits to inherit from this to disable the argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist.h40 template <typename NodeTy> struct ilist_alloc_traits { struct
46 /// Specialize ilist_alloc_traits to inherit from this to disable the argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist.h41 template <typename NodeTy> struct ilist_alloc_traits { struct
47 /// Specialize ilist_alloc_traits to inherit from this to disable the argument
/external/llvm-project/llvm/unittests/ADT/
DIListTest.cpp212 template <> struct ilist_alloc_traits<NodeWithCallback> { struct
213 static void deleteNode(NodeWithCallback *) {} in deleteNode()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp70 struct ilist_alloc_traits<TrieEdge> : ilist_noalloc_traits<TrieEdge> {}; struct