clang
7.0.0
|
#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 | AddRichCXXConstructors = false |
bool | MarkElidedCXXConstructors = false |
using clang::CFG::BuildOptions::ForcedBlkExprs = llvm::DenseMap<const Stmt *, const CFGBlock *> |
|
default |
Definition at line 1033 of file CFG.h.
References clang::Stmt::getStmtClass().
|
inline |
Definition at line 1042 of file CFG.h.
References clang::C.
Referenced by clang::sema::AnalysisBasedWarnings::IssueWarnings().
|
inline |
Definition at line 1037 of file CFG.h.
Referenced by clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 1027 of file CFG.h.
Referenced by clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 1026 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 1018 of file CFG.h.
Referenced by clang::reachable_code::FindUnreachableCode(), clang::AnalysisDeclContext::getAddEHEdges(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 1020 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), clang::AnalysisDeclContext::getAddImplicitDtors(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 1019 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), clang::AnalysisDeclContext::getAddInitializers(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 1021 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1022 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1028 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1024 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1025 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 1023 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
ForcedBlkExprs** clang::CFG::BuildOptions::forcedBlkExprs = nullptr |
Definition at line 1015 of file CFG.h.
Referenced by clang::AnalysisDeclContext::AnalysisDeclContext().
Definition at line 1029 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
CFGCallback* clang::CFG::BuildOptions::Observer = nullptr |
Definition at line 1016 of file CFG.h.
Referenced by clang::AnalysisDeclContext::getCFG(), clang::AnalysisDeclContext::getUnoptimizedCFG(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 1017 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), clang::AnalysisDeclContext::getCFG(), clang::AnalysisDeclContext::getUnoptimizedCFG(), clang::AnalysisDeclContext::getUseUnoptimizedCFG(), clang::AnalysisDeclContextManager::getUseUnoptimizedCFG(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().