HomeSort by relevance Sort by last modified time
    Searched defs:GetRCIdentityRoot (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 104 inline const Value *GetRCIdentityRoot(const Value *V) {
114 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
116 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
118 inline Value *GetRCIdentityRoot(Value *V) {
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
211 GetRCIdentityRoot(LI->getPointerOperand());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 104 inline const Value *GetRCIdentityRoot(const Value *V) {
114 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
116 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
118 inline Value *GetRCIdentityRoot(Value *V) {
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
211 GetRCIdentityRoot(LI->getPointerOperand());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 104 inline const Value *GetRCIdentityRoot(const Value *V) {
114 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
116 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
118 inline Value *GetRCIdentityRoot(Value *V) {
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
211 GetRCIdentityRoot(LI->getPointerOperand());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 104 inline const Value *GetRCIdentityRoot(const Value *V) {
114 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
116 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
118 inline Value *GetRCIdentityRoot(Value *V) {
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
211 GetRCIdentityRoot(LI->getPointerOperand());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 104 inline const Value *GetRCIdentityRoot(const Value *V) {
114 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
116 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
118 inline Value *GetRCIdentityRoot(Value *V) {
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
211 GetRCIdentityRoot(LI->getPointerOperand());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 104 inline const Value *GetRCIdentityRoot(const Value *V) {
114 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
116 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
118 inline Value *GetRCIdentityRoot(Value *V) {
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
211 GetRCIdentityRoot(LI->getPointerOperand());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 104 inline const Value *GetRCIdentityRoot(const Value *V) {
114 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
116 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
118 inline Value *GetRCIdentityRoot(Value *V) {
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
211 GetRCIdentityRoot(LI->getPointerOperand());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 104 inline const Value *GetRCIdentityRoot(const Value *V) {
114 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
116 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
118 inline Value *GetRCIdentityRoot(Value *V) {
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
211 GetRCIdentityRoot(LI->getPointerOperand());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCAnalysisUtils.h 104 inline const Value *GetRCIdentityRoot(const Value *V) {
114 /// Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just
116 /// RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that
118 inline Value *GetRCIdentityRoot(Value *V) {
119 return const_cast<Value *>(GetRCIdentityRoot((const Value *)V));
126 return GetRCIdentityRoot(cast<CallInst>(Inst)->getArgOperand(0));
211 GetRCIdentityRoot(LI->getPointerOperand());

Completed in 221 milliseconds