Searched refs:addPointer (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.m | 306 [extraLibraries addPointer:(void *)dashLSomething]; 333 [pa addPointer:gcstrcpy1(path)]; 336 [pa addPointer:"-ObjC++"]; 339 [pa addPointer:"-ObjC"]; 342 [pa addPointer:"-g"]; 343 if (options & DoDashO) [pa addPointer:"-O"]; 344 else if (options & DoDashO2) [pa addPointer:"-O2"]; 345 else if (options & DoDashOs) [pa addPointer:"-Os"]; 347 [pa addPointer:"-std=c99"]; 348 [pa addPointer:"-fblocks"]; [all …]
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 96 void AliasSet::addPointer(AliasSetTracker &AST, PointerRec &Entry, in addPointer() function in AliasSet 284 AS->addPointer(*this, Entry, Size, AAInfo); in getAliasSetForPointer() 291 AliasSets.back().addPointer(*this, Entry, Size, AAInfo); in getAliasSetForPointer() 297 addPointer(Ptr, Size, AAInfo, AliasSet::NoAccess, NewPtr); in add() 311 AliasSet &AS = addPointer(LI->getOperand(0), in add() 328 AliasSet &AS = addPointer(SI->getOperand(1), in add() 340 addPointer(VAAI->getOperand(0), MemoryLocation::UnknownSize, AAInfo, in add() 398 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(), in add() 558 AS->addPointer(*this, Entry, I->second->getSize(), in copyValue()
|
D | LoopAccessAnalysis.cpp | 204 bool RuntimePointerChecking::CheckingPtrGroup::addPointer(unsigned Index) { in addPointer() function in RuntimePointerChecking::CheckingPtrGroup 332 if (Group.addPointer(Pointer)) { in groupChecks()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 256 void addPointer(AliasSetTracker &AST, PointerRec &Entry, uint64_t Size, 428 AliasSet &addPointer(Value *P, uint64_t Size, const AAMDNodes &AAInfo,
|
D | LoopAccessAnalysis.h | 393 bool addPointer(unsigned Index);
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 134 - (void)addPointer:(void *)pointer;
|
/external/clang/test/Analysis/ |
D | malloc.mm | 245 [pointerArray addPointer:p1];
|