HomeSort by relevance Sort by last modified time
    Searched refs:setPointer (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/include/clang/Sema/
ObjCMethodList.h 42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); }
49 return MethodAndHasMoreThanOneDecl.setPointer(M);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); }
49 return MethodAndHasMoreThanOneDecl.setPointer(M);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); }
49 return MethodAndHasMoreThanOneDecl.setPointer(M);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); }
49 return MethodAndHasMoreThanOneDecl.setPointer(M);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); }
49 return MethodAndHasMoreThanOneDecl.setPointer(M);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); }
49 return MethodAndHasMoreThanOneDecl.setPointer(M);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); }
49 return MethodAndHasMoreThanOneDecl.setPointer(M);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); }
49 return MethodAndHasMoreThanOneDecl.setPointer(M);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); }
49 return MethodAndHasMoreThanOneDecl.setPointer(M);
  /external/clang/include/clang/AST/
GlobalDecl.h 36 Value.setPointer(D);
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
88 Result.Value.setPointer(D);
  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 39 I.CurTy.setPointer(Ty);
82 CurTy.setPointer(CT->getTypeAtIndex(getOperand()));
84 CurTy.setPointer(nullptr);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 36 Value.setPointer(D);
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
88 Result.Value.setPointer(D);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 36 Value.setPointer(D);
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
88 Result.Value.setPointer(D);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 36 Value.setPointer(D);
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
88 Result.Value.setPointer(D);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 36 Value.setPointer(D);
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
88 Result.Value.setPointer(D);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 36 Value.setPointer(D);
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
88 Result.Value.setPointer(D);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 36 Value.setPointer(D);
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
88 Result.Value.setPointer(D);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 36 Value.setPointer(D);
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
88 Result.Value.setPointer(D);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
GlobalDecl.h 36 Value.setPointer(D);
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
88 Result.Value.setPointer(D);
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 55 AbortedInfo.setPointer(nullptr);
57 EscapedInfo.setPointer(nullptr);
81 AbortedInfo.setPointer(I);
88 EscapedInfo.setPointer(I);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_node_base.h 41 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 41 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 55 AbortedInfo.setPointer(nullptr);
57 EscapedInfo.setPointer(nullptr);
81 AbortedInfo.setPointer(I);
88 EscapedInfo.setPointer(I);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 41 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 55 AbortedInfo.setPointer(nullptr);
57 EscapedInfo.setPointer(nullptr);
81 AbortedInfo.setPointer(I);
88 EscapedInfo.setPointer(I);

Completed in 946 milliseconds

1 2 3 4 5 6 7 8 91011