OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSVal
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Environment.cpp
86
SVal Environment::
getSVal
(const EnvironmentEntry &Entry,
126
return
getSVal
(EnvironmentEntry(RE, LCtx), svalBuilder);
ProgramState.cpp
247
return
getSVal
(getRegion(SelfDecl, LCtx));
260
return
getSVal
(R);
266
SVal ProgramState::
getSVal
(Loc location, QualType T) const {
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h
146
SVal
getSVal
(const Stmt *S) const {
147
return Pred->
getSVal
(S);
ExplodedGraph.h
177
SVal
getSVal
(const Stmt *S) const {
178
return getState()->
getSVal
(S, getLocationContext());
ProgramState.h
334
SVal
getSVal
(const Stmt *S, const LocationContext *LCtx) const;
340
SVal
getSVal
(Loc LV, QualType T = QualType()) const;
347
SVal
getSVal
(const MemRegion* R, QualType T = QualType()) const;
765
inline SVal ProgramState::
getSVal
(const Stmt *Ex,
767
return Env.
getSVal
(EnvironmentEntry(Ex, LCtx),
778
return
getSVal
(S, LCtx);
788
inline SVal ProgramState::
getSVal
(const MemRegion* R, QualType T) const {
CallEvent.h
187
SVal
getSVal
(const Stmt *S) const {
188
return getState()->
getSVal
(S, getLocationContext());
982
return getState()->
getSVal
(
Completed in 19 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026