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

  /external/clang/lib/CodeGen/
CGCUDARuntime.h 33 class ReturnValueSlot;
52 ReturnValueSlot ReturnValue);
CGCall.h 149 /// ReturnValueSlot - Contains the address where the return value of a
151 class ReturnValueSlot {
162 ReturnValueSlot() {}
163 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false)
CGCUDARuntime.cpp 29 ReturnValueSlot ReturnValue) {
CGCUDABuiltin.cpp 71 ReturnValueSlot ReturnValue) {
CGObjCRuntime.h 163 ReturnValueSlot ReturnSlot,
179 ReturnValueSlot ReturnSlot,
CGObjC.cpp 107 *this, ReturnValueSlot(), BoxingMethod->getReturnType(), Sel, Receiver,
210 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel,
342 ReturnValueSlot Return) {
502 CGF.CGM.getObjCRuntime().GenerateMessageSendSuper(CGF, ReturnValueSlot(),
594 fn, ReturnValueSlot(), args);
    [all...]
CodeGenFunction.h     [all...]
CGExprCXX.cpp 74 const CXXMethodDecl *MD, llvm::Value *Callee, ReturnValueSlot ReturnValue,
93 Callee, ReturnValueSlot(), Args, DD);
107 ReturnValueSlot ReturnValue) {
133 const CallExpr *CE, const CXXMethodDecl *MD, ReturnValueSlot ReturnValue,
286 ReturnValueSlot ReturnValue) {
339 ReturnValueSlot ReturnValue) {
348 ReturnValueSlot ReturnValue) {
    [all...]
CGVTables.cpp 315 ReturnValueSlot Slot;
319 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
    [all...]
CGExprAgg.cpp 48 ReturnValueSlot getReturnValueSlot() const {
50 return ReturnValueSlot();
52 return ReturnValueSlot(Dest.getAddress(), Dest.isVolatile(),
    [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp 514 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return,
520 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return,
    [all...]
CGExprComplex.cpp 605 RValue Res = CGF.EmitCall(FuncInfo, Func, ReturnValueSlot(), Args,
    [all...]
CGClass.cpp     [all...]
CGDecl.cpp 529 CGF.EmitCall(FnInfo, CleanupFn, ReturnValueSlot(), Args);
    [all...]
CGException.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGAtomic.cpp 311 return CGF.EmitCall(fnInfo, fn, ReturnValueSlot(), args);
    [all...]
CGBlocks.cpp     [all...]
CGExpr.cpp     [all...]
CGCall.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGBuiltin.cpp 308 ReturnValueSlot(), Fn);
467 ReturnValueSlot ReturnValue) {
    [all...]

Completed in 388 milliseconds