HomeSort by relevance Sort by last modified time
    Searched refs:FreeNode (Results 1 - 17 of 17) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Recycler.h 36 struct FreeNode {
37 FreeNode *Next;
41 FreeNode *FreeList = nullptr;
43 FreeNode *pop_val() {
49 void push(FreeNode *N) {
97 push(reinterpret_cast<FreeNode *>(Element));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Recycler.h 36 struct FreeNode {
37 FreeNode *Next;
41 FreeNode *FreeList = nullptr;
43 FreeNode *pop_val() {
49 void push(FreeNode *N) {
97 push(reinterpret_cast<FreeNode *>(Element));
  /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));
  /prebuilts/clang/host/darwin-x86/clang-4393122/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));
  /prebuilts/clang/host/darwin-x86/clang-4479392/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));
  /prebuilts/clang/host/darwin-x86/clang-4579689/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));
  /prebuilts/clang/host/darwin-x86/clang-4630689/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));
  /prebuilts/clang/host/darwin-x86/clang-4639204/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));
  /prebuilts/clang/host/darwin-x86/clang-4691093/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));
  /prebuilts/clang/host/linux-x86/clang-4393122/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));
  /prebuilts/clang/host/linux-x86/clang-4479392/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));
  /prebuilts/clang/host/linux-x86/clang-4579689/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));
  /prebuilts/clang/host/linux-x86/clang-4630689/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));
  /prebuilts/clang/host/linux-x86/clang-4639204/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));
  /prebuilts/clang/host/linux-x86/clang-4691093/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));
  /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);
  /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 354 milliseconds