Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h149 SVal getSVal(const Stmt *S) const { in getSVal() function
H A 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
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 DProgramState.cpp274 SVal ProgramState::getSVal(Loc location, QualType T) const { in getSVal() function in ProgramState