Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRecycler.h35 struct FreeNode { struct
36 FreeNode *Next; argument
40 FreeNode *FreeList = nullptr;
42 FreeNode *pop_val() { in pop_val()
50 void push(FreeNode *N) { in push()
99 push(reinterpret_cast<FreeNode *>(Element)); in Deallocate()