Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DRecycler.h36 struct FreeNode { struct
37 FreeNode *Next; argument
41 FreeNode *FreeList = nullptr;
43 FreeNode *pop_val() { in pop_val()
51 void push(FreeNode *N) { in push()
100 push(reinterpret_cast<FreeNode *>(Element)); in Deallocate()