Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerContext.h149 SVal getSVal(const Stmt *S) const { in getSVal() function
HDProgramState.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
HDExplodedGraph.h176 SVal getSVal(const Stmt *S) const { in getSVal() function
HDCallEvent.h202 SVal getSVal(const Stmt *S) const { in getSVal() function
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDEnvironment.cpp89 SVal Environment::getSVal(const EnvironmentEntry &Entry, in getSVal() function in Environment
HDProgramState.cpp274 SVal ProgramState::getSVal(Loc location, QualType T) const { in getSVal() function in ProgramState