HomeSort by relevance Sort by last modified time
    Searched refs:FreeNode (Results 1 - 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Recycler.h 36 struct FreeNode {
37 FreeNode *Next;
41 FreeNode *FreeList = nullptr;
43 FreeNode *pop_val() {
51 void push(FreeNode *N) {
100 push(reinterpret_cast<FreeNode *>(Element));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 1006 } FreeNode;
1008 static FreeNode* FreeNodeList = (FreeNode* )NULL;
1033 FreeNode* n = (FreeNode* )node;
1081 FreeNode* n = (FreeNode* )node;
1097 FreeNode* n;
    [all...]

Completed in 679 milliseconds