clang
8.0.0
|
#include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprObjC.h"
#include "clang/AST/ParentMap.h"
#include "clang/AST/Stmt.h"
#include "clang/Analysis/ProgramPoint.h"
#include "clang/Analysis/Support/BumpVector.h"
#include "clang/Basic/LLVM.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Casting.h"
#include <cassert>
#include <memory>
Go to the source code of this file.
Typedefs | |
using | ExplodedNodeVector = BumpVector< ExplodedNode * > |
using | GroupStorage = llvm::PointerUnion< ExplodedNode *, ExplodedNodeVector * > |
using ExplodedNodeVector = BumpVector<ExplodedNode *> |
Definition at line 203 of file ExplodedGraph.cpp.
using GroupStorage = llvm::PointerUnion<ExplodedNode *, ExplodedNodeVector *> |
Definition at line 204 of file ExplodedGraph.cpp.