|
clang
3.8.0
|
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"#include "clang/Analysis/CFG.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"#include "clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h"#include "clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
| clang::ento | |
Typedefs | |
| typedef ArrayRef< const MemRegion * > | RegionList |
| typedef ArrayRef< SVal > | ValueList |
Functions | |
| void | clang::ento::ProgramStateRetain (const ProgramState *state) |
| Increments the number of times this state is referenced. More... | |
| void | clang::ento::ProgramStateRelease (const ProgramState *state) |
| Decrement the number of times this state is referenced. More... | |
| typedef ArrayRef<const MemRegion *> RegionList |
Definition at line 135 of file ProgramState.cpp.
Definition at line 136 of file ProgramState.cpp.
1.8.6