Home
last modified time | relevance | path

Searched refs:BumpPtrList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h228 template <class T> using BumpPtrList = AllocatorList<T, BumpPtrAllocator>; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp164 using TokenQueueT = BumpPtrList<Token>;