|
clang
5.0.0
|
ReturnValueSlot - Contains the address where the return value of a function can be stored, and whether the address is volatile or not. More...
#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGCall.h"
Public Member Functions | |
| ReturnValueSlot () | |
| ReturnValueSlot (Address Addr, bool IsVolatile, bool IsUnused=false) | |
| bool | isNull () const |
| bool | isVolatile () const |
| Address | getValue () const |
| bool | isUnused () const |
ReturnValueSlot - Contains the address where the return value of a function can be stored, and whether the address is volatile or not.
|
inline |
|
inline |
Definition at line 301 of file CGCall.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCall(), and isNull().
|
inline |
Definition at line 298 of file CGCall.h.
References getValue(), and clang::CodeGen::Address::isValid().
Referenced by clang::CodeGen::CodeGenFunction::EmitCall(), clang::CodeGen::CodeGenFunction::EmitCallAndReturnForThunk(), clang::CodeGen::CodeGenFunction::EmitCXXMemberOrOperatorMemberCallExpr(), and clang::CodeGen::CodeGenFunction::EmitForwardingCallToLambda().
|
inline |
Definition at line 302 of file CGCall.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCall().
|
inline |
Definition at line 300 of file CGCall.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitCall().
1.8.6