Searched refs:ObjPtr (Results 1 – 8 of 8) sorted by relevance
35 typedef SmartPtr<OBj> ObjPtr; typedef36 typedef std::list<ObjPtr> ObjList;37 typedef typename std::list<typename SafeList<OBj>::ObjPtr>::iterator ObjIter;49 inline ObjPtr pop (int32_t timeout = -1);50 inline bool push (const ObjPtr &obj);51 inline bool erase (const ObjPtr &obj);52 inline ObjPtr front ();84 typename SafeList<OBj>::ObjPtr109 SafeList<OBj>::ObjPtr obj = *_obj_list.begin (); in pop()116 SafeList<OBj>::push (const SafeList<OBj>::ObjPtr &obj) in push()[all …]
64 for (auto &ObjPtr : Objects) { in addObjectSet() local65 EXPECT_EQ(MockObjects[I] + 1, *ObjPtr) << "Transform should be applied"; in addObjectSet()78 for (auto &ObjPtr : Objects) { in expectAddObjectSet() local79 MockObjects.push_back(*ObjPtr); in expectAddObjectSet()
154 static bool hasDefinition(const ObjCObjectPointerType *ObjPtr) { in hasDefinition() argument155 const ObjCInterfaceDecl *Decl = ObjPtr->getInterfaceDecl(); in hasDefinition()
537 Value *ObjPtr = GetUnderlyingObject(Ptr, DL); in collectInstructions() local538 LoadRefs[ObjPtr].push_back(LI); in collectInstructions()568 Value *ObjPtr = GetUnderlyingObject(Ptr, DL); in collectInstructions() local569 StoreRefs[ObjPtr].push_back(SI); in collectInstructions()
695 const Value *ObjPtr = GetUnderlyingObject(Ptr, DL); in getChainID() local696 if (const auto *Sel = dyn_cast<SelectInst>(ObjPtr)) { in getChainID()705 return ObjPtr; in getChainID()
579 else if (const ObjCObjectPointerType *ObjPtr = in ProcessCodeCompleteResults() local581 D = ObjPtr->getInterfaceDecl(); in ProcessCodeCompleteResults()
9160 declare i8* @llvm.gcread(i8* %ObjPtr, i8** %Ptr)
10174 declare i8* @llvm.gcread(i8* %ObjPtr, i8** %Ptr)