clang 20.0.0git
|
#include "clang/Analysis/CFG.h"
Public Types | |
using | ForcedBlkExprs = llvm::DenseMap< const Stmt *, const CFGBlock * > |
Public Member Functions | |
BuildOptions ()=default | |
bool | alwaysAdd (const Stmt *stmt) const |
BuildOptions & | setAlwaysAdd (Stmt::StmtClass stmtClass, bool val=true) |
BuildOptions & | setAllAlwaysAdd () |
Public Attributes | |
ForcedBlkExprs ** | forcedBlkExprs = nullptr |
CFGCallback * | Observer = nullptr |
bool | PruneTriviallyFalseEdges = true |
bool | AddEHEdges = false |
bool | AddInitializers = false |
bool | AddImplicitDtors = false |
bool | AddLifetime = false |
bool | AddLoopExit = false |
bool | AddTemporaryDtors = false |
bool | AddScopes = false |
bool | AddStaticInitBranches = false |
bool | AddCXXNewAllocator = false |
bool | AddCXXDefaultInitExprInCtors = false |
bool | AddCXXDefaultInitExprInAggregates = false |
bool | AddRichCXXConstructors = false |
bool | MarkElidedCXXConstructors = false |
bool | AddVirtualBaseBranches = false |
bool | OmitImplicitValueInitializers = false |
using clang::CFG::BuildOptions::ForcedBlkExprs = llvm::DenseMap<const Stmt *, const CFGBlock *> |
|
default |
Definition at line 1249 of file CFG.h.
References clang::ast_matchers::stmt.
|
inline |
Definition at line 1258 of file CFG.h.
Referenced by clang::ento::AnalysisManager::AnalysisManager().
|
inline |
Definition at line 1241 of file CFG.h.
Referenced by clang::ento::AnalysisManager::AnalysisManager().
Definition at line 1239 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1231 of file CFG.h.
Referenced by clang::AnalysisDeclContext::getAddEHEdges().
Definition at line 1233 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), and clang::AnalysisDeclContext::getAddImplicitDtors().
Definition at line 1232 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), and clang::AnalysisDeclContext::getAddInitializers().
Definition at line 1234 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1235 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1242 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1237 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1238 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1236 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1244 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
ForcedBlkExprs** clang::CFG::BuildOptions::forcedBlkExprs = nullptr |
Definition at line 1228 of file CFG.h.
Referenced by clang::AnalysisDeclContext::AnalysisDeclContext().
Definition at line 1243 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
CFGCallback* clang::CFG::BuildOptions::Observer = nullptr |
Definition at line 1229 of file CFG.h.
Referenced by clang::AnalysisDeclContext::getCFG(), and clang::AnalysisDeclContext::getUnoptimizedCFG().
Definition at line 1245 of file CFG.h.
Referenced by clang::ento::AnalysisManager::AnalysisManager().
Definition at line 1230 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), clang::AnalysisDeclContext::getCFG(), clang::AnalysisDeclContext::getUnoptimizedCFG(), clang::AnalysisDeclContext::getUseUnoptimizedCFG(), and clang::AnalysisDeclContextManager::getUseUnoptimizedCFG().