Searched defs:ObjPtr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp154 static bool hasDefinition(const ObjCObjectPointerType *ObjPtr) { argument
155 const ObjCInterfaceDecl *Decl = ObjPtr->getInterfaceDecl();
/external/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp537 Value *ObjPtr = GetUnderlyingObject(Ptr, DL); local
538 LoadRefs[ObjPtr].push_back(LI);
568 Value *ObjPtr = GetUnderlyingObject(Ptr, DL); local
569 StoreRefs[ObjPtr].push_back(SI);

Completed in 76 milliseconds