clang 20.0.0git
|
An entry in the environment consists of a Stmt and an LocationContext. More...
#include "clang/StaticAnalyzer/Core/PathSensitive/Environment.h"
Public Member Functions | |
EnvironmentEntry (const Stmt *s, const LocationContext *L) | |
const Stmt * | getStmt () const |
const LocationContext * | getLocationContext () const |
void | Profile (llvm::FoldingSetNodeID &ID) const |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, const EnvironmentEntry &E) |
Profile an EnvironmentEntry for inclusion in a FoldingSet. | |
An entry in the environment consists of a Stmt and an LocationContext.
This allows the environment to manage context-sensitive bindings, which is essentially for modeling recursive function analysis, among other things.
Definition at line 35 of file Environment.h.
EnvironmentEntry::EnvironmentEntry | ( | const Stmt * | s, |
const LocationContext * | L | ||
) |
Definition at line 74 of file Environment.cpp.
|
inline |
Definition at line 41 of file Environment.h.
Referenced by clang::ento::Environment::getSVal(), and clang::ento::EnvironmentManager::removeDeadBindings().
|
inline |
Definition at line 40 of file Environment.h.
Referenced by clang::ento::Environment::getSVal(), and clang::ento::EnvironmentManager::removeDeadBindings().
|
inline |
Definition at line 50 of file Environment.h.
|
inlinestatic |
Profile an EnvironmentEntry for inclusion in a FoldingSet.
Definition at line 44 of file Environment.h.
Referenced by Profile().