Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h154 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
H A DProgramState.h592 SVal ArrayToPointer(Loc Array, QualType ElementTy) { in ArrayToPointer() function
593 return StoreMgr->ArrayToPointer(Array, ElementTy); in ArrayToPointer()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp392 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
1366 SVal RegionStoreManager::ArrayToPointer(Loc Array, QualType T) { in ArrayToPointer() function in RegionStoreManager