|
clang
5.0.0
|
CFGTerminator - Represents CFGBlock terminator statement. More...
#include "clang/Analysis/CFG.h"
Public Member Functions | |
| CFGTerminator () | |
| CFGTerminator (Stmt *S, bool TemporaryDtorsBranch=false) | |
| Stmt * | getStmt () |
| const Stmt * | getStmt () const |
| bool | isTemporaryDtorsBranch () const |
| operator Stmt * () | |
| operator const Stmt * () const | |
| Stmt * | operator-> () |
| const Stmt * | operator-> () const |
| Stmt & | operator* () |
| const Stmt & | operator* () const |
| operator bool () const | |
CFGTerminator - Represents CFGBlock terminator statement.
TemporaryDtorsBranch bit is set to true if the terminator marks a branch in control flow of destructors of temporaries. In this case terminator statement is the same statement that branches control flow in evaluation of matching full expression.
|
inline |
Definition at line 334 of file CFG.h.
Referenced by clang::CFGBlock::FilterEdge(), llvm::simplify_type< ::clang::CFGTerminator >::getSimplifiedValue(), operator bool(), operator const Stmt *(), operator Stmt *(), operator*(), operator->(), and clang::ento::ExprEngine::VisitLogicalExpr().
|
inline |
Definition at line 337 of file CFG.h.
Referenced by isDeadReturn(), and ResolveCondition().
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.6