Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h149 SVal getSVal(const Stmt *S) const { getSVal() function
H A DProgramState.h793 inline SVal ProgramState::getSVal(const Stmt *Ex, getSVal() function
816 inline SVal ProgramState::getSVal(const MemRegion* R, QualType T) const { getSVal() function
H A DExplodedGraph.h176 SVal getSVal(const Stmt *S) const { in getSVal() function
H A DCallEvent.h202 SVal getSVal(const Stmt *S) const { in getSVal() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp89 SVal Environment::getSVal(const EnvironmentEntry &Entry, in getSVal() function in Environment
H A DProgramState.cpp274 SVal ProgramState::getSVal(Loc location, QualType T) const { getSVal() function in ProgramState