Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp70 struct ilist_alloc_traits<TrieEdge> : ilist_noalloc_traits<TrieEdge> {}; struct