clang
6.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 | AddStaticInitBranches = false |
bool | AddCXXNewAllocator = false |
bool | AddCXXDefaultInitExprInCtors = false |
using clang::CFG::BuildOptions::ForcedBlkExprs = llvm::DenseMap<const Stmt *, const CFGBlock *> |
|
default |
Definition at line 861 of file CFG.h.
References clang::Stmt::getStmtClass().
|
inline |
Definition at line 870 of file CFG.h.
References clang::C.
Referenced by clang::sema::AnalysisBasedWarnings::IssueWarnings().
|
inline |
Definition at line 865 of file CFG.h.
Referenced by clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 857 of file CFG.h.
Referenced by clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 856 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 849 of file CFG.h.
Referenced by clang::reachable_code::FindUnreachableCode(), clang::AnalysisDeclContext::getAddEHEdges(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 851 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), clang::AnalysisDeclContext::getAddImplicitDtors(), clang::sema::AnalysisBasedWarnings::IssueWarnings(), and mayInlineCallKind().
Definition at line 850 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), clang::AnalysisDeclContext::getAddInitializers(), clang::sema::AnalysisBasedWarnings::IssueWarnings(), and mayInlineCallKind().
Definition at line 852 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 853 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 855 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager().
Definition at line 854 of file CFG.h.
Referenced by clang::AnalysisDeclContextManager::AnalysisDeclContextManager(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
ForcedBlkExprs** clang::CFG::BuildOptions::forcedBlkExprs = nullptr |
Definition at line 846 of file CFG.h.
Referenced by clang::AnalysisDeclContext::AnalysisDeclContext().
CFGCallback* clang::CFG::BuildOptions::Observer = nullptr |
Definition at line 847 of file CFG.h.
Referenced by clang::AnalysisDeclContext::getCFG(), clang::AnalysisDeclContext::getUnoptimizedCFG(), and clang::sema::AnalysisBasedWarnings::IssueWarnings().
Definition at line 848 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().