Home
last modified time | relevance | path

Searched refs:ArrayToPointer (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDStore.h154 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
HDProgramState.h592 SVal ArrayToPointer(Loc Array, QualType ElementTy) { in ArrayToPointer() function
593 return StoreMgr->ArrayToPointer(Array, ElementTy); in ArrayToPointer()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSValBuilder.cpp760 Val = VB.getStateManager().ArrayToPointer(V, ElemTy); in VisitMemRegionVal()
820 return VB.getStateManager().ArrayToPointer(V, ElemTy); in VisitMemRegionVal()
HDRegionStore.cpp392 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
1366 SVal RegionStoreManager::ArrayToPointer(Loc Array, QualType T) { in ArrayToPointer() function in RegionStoreManager