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

  /external/clang/lib/CodeGen/
CGCUDARuntime.h 28 class ReturnValueSlot;
41 ReturnValueSlot ReturnValue);
CGCUDARuntime.cpp 29 ReturnValueSlot ReturnValue) {
CGCall.h 284 /// ReturnValueSlot - Contains the address where the return value of a
286 class ReturnValueSlot {
290 ReturnValueSlot() {}
291 ReturnValueSlot(llvm::Value *Value, bool IsVolatile)
MicrosoftCXXABI.cpp 70 ReturnValueSlot ReturnValue,
259 CGF.EmitCXXMemberCall(D, SourceLocation(), Callee, ReturnValueSlot(), This,
268 ReturnValueSlot ReturnValue,
CGObjCRuntime.h 154 ReturnValueSlot ReturnSlot,
170 ReturnValueSlot ReturnSlot,
CGObjC.cpp 81 RValue result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(),
170 = Runtime.GenerateMessageSend(*this, ReturnValueSlot(),
269 ReturnValueSlot Return) {
422 CGF.CGM.getObjCRuntime().GenerateMessageSendSuper(CGF, ReturnValueSlot(),
513 fn, ReturnValueSlot(), args);
780 copyCppAtomicObjectFn, ReturnValueSlot(), args);
    [all...]
CodeGenFunction.h     [all...]
CGExprCXX.cpp 29 ReturnValueSlot ReturnValue,
169 ReturnValueSlot ReturnValue) {
330 ReturnValueSlot ReturnValue) {
381 ReturnValueSlot ReturnValue) {
402 ReturnValueSlot ReturnValue) {
    [all...]
CGCXXABI.h 225 ReturnValueSlot ReturnValue,
ItaniumCXXABI.cpp 127 ReturnValueSlot ReturnValue,
    [all...]
CGAtomic.cpp 140 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
506 RValue Res = EmitCall(FuncInfo, Func, ReturnValueSlot(), Args);
    [all...]
CGVTables.cpp 361 ReturnValueSlot Slot;
365 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
    [all...]
CGClass.cpp     [all...]
CGExprAgg.cpp 55 ReturnValueSlot getReturnValueSlot() const {
57 return ReturnValueSlot();
59 return ReturnValueSlot(Dest.getAddr(), Dest.isVolatile());
    [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp 484 ReturnValueSlot Return,
493 ReturnValueSlot Return,
    [all...]
CGDecl.cpp 451 CGF.EmitCall(FnInfo, CleanupFn, ReturnValueSlot(), Args);
    [all...]
CGBuiltin.cpp 169 ReturnValueSlot(), E->arg_begin(), E->arg_end(), Fn);
    [all...]
CGExpr.cpp     [all...]
CGBlocks.cpp     [all...]
CGCall.cpp     [all...]

Completed in 465 milliseconds