reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/ilist.h
   40 template <typename NodeTy> struct ilist_alloc_traits {
include/llvm/Analysis/MemorySSA.h
  231 struct ilist_alloc_traits<MemoryAccess> {
include/llvm/CodeGen/MachineFunction.h
   76 template <> struct ilist_alloc_traits<MachineBasicBlock> {
include/llvm/CodeGen/SelectionDAG.h
  130 template <> struct ilist_alloc_traits<SDNode> {
include/llvm/CodeGen/SlotIndexes.h
   79   struct ilist_alloc_traits<IndexListEntry>
include/llvm/IR/Instruction.h
   39 template <> struct ilist_alloc_traits<Instruction> {
include/llvm/MC/MCSection.h
   33 template <> struct ilist_alloc_traits<MCFragment> {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
   70 struct ilist_alloc_traits<TrieEdge> : ilist_noalloc_traits<TrieEdge> {};
unittests/ADT/IListTest.cpp
  212 template <> struct ilist_alloc_traits<NodeWithCallback> {