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

  /external/clang/lib/CodeGen/
CGCall.h 209 /// ReturnValueSlot - Contains the address where the return value of a
211 class ReturnValueSlot {
215 ReturnValueSlot() {}
216 ReturnValueSlot(llvm::Value *Value, bool IsVolatile)
CGObjCRuntime.h 149 ReturnValueSlot ReturnSlot,
165 ReturnValueSlot ReturnSlot,
CGObjC.cpp 84 ReturnValueSlot Return) {
234 CGF.CGM.getObjCRuntime().GenerateMessageSendSuper(CGF, ReturnValueSlot(),
318 GetCopyStructFn, ReturnValueSlot(), Args);
384 GetPropertyFn, ReturnValueSlot(), Args);
528 GetCopyStructFn, ReturnValueSlot(), Args);
606 ReturnValueSlot(), Args);
    [all...]
CGExprCXX.cpp 27 ReturnValueSlot ReturnValue,
170 ReturnValueSlot ReturnValue) {
284 ReturnValueSlot ReturnValue) {
330 ReturnValueSlot ReturnValue) {
    [all...]
CodeGenFunction.h     [all...]
CGExprAgg.cpp 38 ReturnValueSlot getReturnValueSlot() const {
42 if (Dest.requiresGCollection()) return ReturnValueSlot();
44 return ReturnValueSlot(Dest.getAddr(), Dest.isVolatile());
    [all...]
CGClass.cpp     [all...]
CGObjCMac.cpp 827 ReturnValueSlot Return,
    [all...]
CGObjCGNU.cpp 420 ReturnValueSlot Return,
429 ReturnValueSlot Return,
    [all...]
CGExpr.cpp     [all...]
CGDecl.cpp 412 CGF.EmitCall(FnInfo, CleanupFn, ReturnValueSlot(), Args);
    [all...]
CGBlocks.cpp 719 ReturnValueSlot ReturnValue) {
    [all...]
CGVTables.cpp     [all...]
CGCall.cpp     [all...]
CGBuiltin.cpp     [all...]

Completed in 491 milliseconds