Searched refs:ArrayToPointer (Results 1 – 3 of 3) sorted by relevance
154 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
592 SVal ArrayToPointer(Loc Array, QualType ElementTy) { in ArrayToPointer() function593 return StoreMgr->ArrayToPointer(Array, ElementTy); in ArrayToPointer()
392 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;1366 SVal RegionStoreManager::ArrayToPointer(Loc Array, QualType T) { in ArrayToPointer() function in RegionStoreManager