Home
last modified time | relevance | path

Searched defs:getSVal (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h728 inline SVal ProgramState::getSVal(const Stmt *Ex, in getSVal() function
751 inline SVal ProgramState::getSVal(const MemRegion* R) const { in getSVal() function
H A DCheckerContext.h195 SVal getSVal(const Stmt *S) const { in getSVal() function
H A DCallEvent.h183 SVal getSVal(const Stmt *S) const { in getSVal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h793 inline SVal ProgramState::getSVal(const Stmt *Ex, in getSVal() function
816 inline SVal ProgramState::getSVal(const MemRegion* R, QualType T) const { in getSVal() function
DCheckerContext.h149 SVal getSVal(const Stmt *S) const { in getSVal() function
DExplodedGraph.h176 SVal getSVal(const Stmt *S) const { in getSVal() function
DCallEvent.h202 SVal getSVal(const Stmt *S) const { in getSVal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h805 inline SVal ProgramState::getSVal(const Stmt *Ex, in getSVal() function
828 inline SVal ProgramState::getSVal(const MemRegion* R, QualType T) const { in getSVal() function
DCheckerContext.h149 SVal getSVal(const Stmt *S) const { in getSVal() function
DExplodedGraph.h176 SVal getSVal(const Stmt *S) const { in getSVal() function
DCallEvent.h201 SVal getSVal(const Stmt *S) const { in getSVal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h805 inline SVal ProgramState::getSVal(const Stmt *Ex, in getSVal() function
828 inline SVal ProgramState::getSVal(const MemRegion* R, QualType T) const { in getSVal() function
DCheckerContext.h149 SVal getSVal(const Stmt *S) const { in getSVal() function
DExplodedGraph.h176 SVal getSVal(const Stmt *S) const { in getSVal() function
DCallEvent.h201 SVal getSVal(const Stmt *S) const { in getSVal() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h805 inline SVal ProgramState::getSVal(const Stmt *Ex, in getSVal() function
828 inline SVal ProgramState::getSVal(const MemRegion* R, QualType T) const { in getSVal() function
DCheckerContext.h149 SVal getSVal(const Stmt *S) const { in getSVal() function
DExplodedGraph.h176 SVal getSVal(const Stmt *S) const { in getSVal() function
DCallEvent.h201 SVal getSVal(const Stmt *S) const { in getSVal() function
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp69 SVal Environment::getSVal(const EnvironmentEntry &Entry, in getSVal() function in Environment
H A DProgramState.cpp251 SVal ProgramState::getSVal(Loc location, QualType T) const { in getSVal() function in ProgramState