Searched refs:ArrayToPointer (Results 1 – 4 of 4) sorted by relevance
154 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
590 SVal ArrayToPointer(Loc Array, QualType ElementTy) { in ArrayToPointer() function591 return StoreMgr->ArrayToPointer(Array, ElementTy); in ArrayToPointer()
755 Val = VB.getStateManager().ArrayToPointer(V, ElemTy); in VisitLocMemRegionVal()815 return VB.getStateManager().ArrayToPointer(V, ElemTy); in VisitLocMemRegionVal()
390 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;1379 SVal RegionStoreManager::ArrayToPointer(Loc Array, QualType T) { in ArrayToPointer() function in RegionStoreManager