|
clang
5.0.0
|
#include "clang/Basic/LLVM.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h"#include "clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h"#include "clang/StaticAnalyzer/Core/PathSensitive/Environment.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h"#include "clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h"#include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"#include "clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h"#include "llvm/ADT/FoldingSet.h"#include "llvm/ADT/ImmutableMap.h"#include "llvm/Support/Allocator.h"#include <utility>Go to the source code of this file.
Classes | |
| struct | clang::ento::ProgramStatePartialTrait< T > |
| struct | clang::ento::ProgramStateTrait< T > |
| class | clang::ento::ProgramState |
| ProgramState - This class encapsulates: More... | |
| class | clang::ento::ProgramStateManager |
| class | clang::ento::ScanReachableSymbols |
| A utility class that visits the reachable symbols using a custom SymbolVisitor. More... | |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::ento | |
Typedefs | |
| typedef std::unique_ptr < ConstraintManager >(* | clang::ento::ConstraintManagerCreator )(ProgramStateManager &, SubEngine *) |
| typedef std::unique_ptr < StoreManager >(* | clang::ento::StoreManagerCreator )(ProgramStateManager &) |
| typedef llvm::ImmutableMap < const SubRegion *, TaintTagType > | clang::ento::TaintedSubRegions |
1.8.6