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

  /external/clang/lib/CodeGen/
CGCUDARuntime.h 28 class ReturnValueSlot;
41 ReturnValueSlot ReturnValue);
CGCUDARuntime.cpp 29 ReturnValueSlot ReturnValue) {
CGCall.h 287 /// ReturnValueSlot - Contains the address where the return value of a
289 class ReturnValueSlot {
293 ReturnValueSlot() {}
294 ReturnValueSlot(llvm::Value *Value, bool IsVolatile)
CGObjCRuntime.h 155 ReturnValueSlot ReturnSlot,
171 ReturnValueSlot ReturnSlot,
CGExprCXX.cpp 28 ReturnValueSlot ReturnValue,
172 ReturnValueSlot ReturnValue) {
286 ReturnValueSlot ReturnValue) {
332 ReturnValueSlot ReturnValue) {
352 ReturnValueSlot ReturnValue) {
    [all...]
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);
769 copyCppAtomicObjectFn, ReturnValueSlot(), args);
    [all...]
CodeGenFunction.h     [all...]
CGClass.cpp     [all...]
CGExprAgg.cpp 48 ReturnValueSlot getReturnValueSlot() const {
50 return ReturnValueSlot();
52 return ReturnValueSlot(Dest.getAddr(), Dest.isVolatile());
    [all...]
CGVTables.cpp 374 ReturnValueSlot Slot;
378 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp 438 ReturnValueSlot Return,
447 ReturnValueSlot Return,
    [all...]
CGExpr.cpp     [all...]
CGDecl.cpp 441 CGF.EmitCall(FnInfo, CleanupFn, ReturnValueSlot(), Args);
    [all...]
CGBlocks.cpp 841 ReturnValueSlot ReturnValue) {
    [all...]
CGCall.cpp     [all...]
CGBuiltin.cpp 171 ReturnValueSlot(), E->arg_begin(), E->arg_end(), Fn);
    [all...]

Completed in 192 milliseconds