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);
CGCUDARuntime.cpp 29 ReturnValueSlot ReturnValue) {
CGCall.h 311 /// ReturnValueSlot - Contains the address where the return value of a
313 class ReturnValueSlot {
317 ReturnValueSlot() {}
318 ReturnValueSlot(llvm::Value *Value, bool IsVolatile)
CGObjCRuntime.h 154 ReturnValueSlot ReturnSlot,
170 ReturnValueSlot ReturnSlot,
CGObjC.cpp 82 RValue result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(),
189 = Runtime.GenerateMessageSend(*this, ReturnValueSlot(),
297 ReturnValueSlot Return) {
450 CGF.CGM.getObjCRuntime().GenerateMessageSendSuper(CGF, ReturnValueSlot(),
541 fn, ReturnValueSlot(), args);
808 copyCppAtomicObjectFn, ReturnValueSlot(), args);
    [all...]
CodeGenFunction.h     [all...]
CGExprCXX.cpp 29 ReturnValueSlot ReturnValue,
169 ReturnValueSlot ReturnValue) {
322 ReturnValueSlot ReturnValue) {
373 ReturnValueSlot ReturnValue) {
394 ReturnValueSlot ReturnValue) {
    [all...]
CGExprAgg.cpp 47 ReturnValueSlot getReturnValueSlot() const {
49 return ReturnValueSlot();
51 return ReturnValueSlot(Dest.getAddr(), Dest.isVolatile());
    [all...]
CGVTables.cpp 369 ReturnValueSlot Slot;
373 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
    [all...]
CGClass.cpp     [all...]
CGObjCMac.cpp     [all...]
CGAtomic.cpp 141 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
584 RValue Res = EmitCall(FuncInfo, Func, ReturnValueSlot(), Args);
    [all...]
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp 513 CGF.EmitCXXMemberCall(D, SourceLocation(), Callee, ReturnValueSlot(), This,
537 CGF.EmitCXXMemberCall(Dtor, CallLoc, Callee, ReturnValueSlot(), This,
    [all...]
CGObjCGNU.cpp 486 ReturnValueSlot Return,
495 ReturnValueSlot Return,
    [all...]
CGDecl.cpp 462 CGF.EmitCall(FnInfo, CleanupFn, ReturnValueSlot(), Args);
    [all...]
CGExpr.cpp     [all...]
CGBlocks.cpp     [all...]
CGBuiltin.cpp 169 ReturnValueSlot(), E->arg_begin(), E->arg_end(), Fn);
    [all...]
CGCall.cpp     [all...]

Completed in 1064 milliseconds