|
clang
3.8.0
|
An object to manage conditionally-evaluated expressions. More...
#include <CodeGenFunction.h>
Public Member Functions | |
| ConditionalEvaluation (CodeGenFunction &CGF) | |
| void | begin (CodeGenFunction &CGF) |
| void | end (CodeGenFunction &CGF) |
| llvm::BasicBlock * | getStartingBlock () const |
| Returns a block which will be executed prior to each evaluation of the conditional code. More... | |
An object to manage conditionally-evaluated expressions.
Definition at line 708 of file CodeGenFunction.h.
|
inline |
Definition at line 712 of file CodeGenFunction.h.
|
inline |
Definition at line 715 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitBranchOnBoolExpr(), clang::CodeGen::CodeGenFunction::EmitConditionalOperatorLValue(), clang::CodeGen::CGCUDARuntime::EmitCUDAKernelCallExpr(), clang::CodeGen::CodeGenFunction::EmitCXXNewExpr(), and emitWritebackArg().
|
inline |
Definition at line 721 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitBranchOnBoolExpr(), clang::CodeGen::CodeGenFunction::EmitConditionalOperatorLValue(), clang::CodeGen::CGCUDARuntime::EmitCUDAKernelCallExpr(), clang::CodeGen::CodeGenFunction::EmitCXXNewExpr(), and emitWritebackArg().
|
inline |
Returns a block which will be executed prior to each evaluation of the conditional code.
Definition at line 729 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::setBeforeOutermostConditional().
1.8.6