OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FreeNode
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Support/
Recycler.h
37
struct
FreeNode
{
38
FreeNode
*Next;
42
FreeNode
*FreeList = nullptr;
44
FreeNode
*pop_val() {
50
void push(
FreeNode
*N) {
98
push(reinterpret_cast<
FreeNode
*>(Element));
/external/pdfium/core/src/fxcrt/
fx_basic_list.cpp
66
FreeNode
(pOldNode);
68
void CFX_PtrList::
FreeNode
(CFX_PtrList::CNode* pNode) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h
360
void
FreeNode
(CNode *);
482
void CDXList<TYPE,ARG_TYPE>::
FreeNode
(CNode *pNode) {
540
FreeNode
(pOldNode);
554
FreeNode
(pOldNode);
611
FreeNode
(pOldNode);
/external/pdfium/core/include/fxcrt/
fx_basic.h
852
void
FreeNode
(CNode* pNode);
Completed in 3136 milliseconds