Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h152 SVal getSVal(const Stmt *S) const { in getSVal() function
H A DProgramState.h786 inline SVal ProgramState::getSVal(const Stmt *Ex, in getSVal() function
809 inline SVal ProgramState::getSVal(const MemRegion* R, QualType T) const { in 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
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp87 SVal Environment::getSVal(const EnvironmentEntry &Entry, in getSVal() function in Environment
H A DProgramState.cpp262 SVal ProgramState::getSVal(Loc location, QualType T) const { in getSVal() function in ProgramState