HomeSort by relevance Sort by last modified time
    Searched refs:ReturnValueSlot (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/CodeGen/
CGCUDARuntime.h 28 class ReturnValueSlot;
41 ReturnValueSlot ReturnValue);
CGCall.h 155 /// ReturnValueSlot - Contains the address where the return value of a
157 class ReturnValueSlot {
161 ReturnValueSlot() {}
162 ReturnValueSlot(llvm::Value *Value, bool IsVolatile)
CGCUDARuntime.cpp 29 ReturnValueSlot ReturnValue) {
CGObjCRuntime.h 154 ReturnValueSlot ReturnSlot,
170 ReturnValueSlot ReturnSlot,
CGObjC.cpp 84 *this, ReturnValueSlot(), BoxingMethod->getReturnType(), Sel, Receiver,
190 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel,
295 ReturnValueSlot Return) {
447 CGF.CGM.getObjCRuntime().GenerateMessageSendSuper(CGF, ReturnValueSlot(),
544 fn, ReturnValueSlot(), args);
811 copyCppAtomicObjectFn, ReturnValueSlot(), args);
    [all...]
CodeGenFunction.h     [all...]
CGExprCXX.cpp 30 ReturnValueSlot ReturnValue,
77 ReturnValueSlot ReturnValue) {
235 ReturnValueSlot ReturnValue) {
286 ReturnValueSlot ReturnValue) {
307 ReturnValueSlot ReturnValue) {
    [all...]
CGVTables.cpp 275 ReturnValueSlot Slot;
279 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
CGClass.cpp     [all...]
CGExprAgg.cpp 47 ReturnValueSlot getReturnValueSlot() const {
49 return ReturnValueSlot();
51 return ReturnValueSlot(Dest.getAddr(), Dest.isVolatile());
    [all...]
CGObjCMac.cpp     [all...]
CGAtomic.cpp 133 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
731 RValue Res = EmitCall(FuncInfo, Func, ReturnValueSlot(), Args);
    [all...]
CGObjCGNU.cpp 485 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return,
491 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return,
    [all...]
CGDecl.cpp 468 CGF.EmitCall(FnInfo, CleanupFn, ReturnValueSlot(), Args);
    [all...]
CGExpr.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGBlocks.cpp     [all...]
CGCall.cpp     [all...]
CGBuiltin.cpp 170 ReturnValueSlot(), E->arg_begin(), E->arg_end(), Fn);
    [all...]

Completed in 444 milliseconds