reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGAtomic.cpp
 1509     return RValue::getAggregate(Address::invalid(), false);
tools/clang/lib/CodeGen/CGCUDANV.cpp
  320   LaunchKernelArgs.add(RValue::getAggregate(GridDim), Dim3Ty);
  321   LaunchKernelArgs.add(RValue::getAggregate(BlockDim), Dim3Ty);
tools/clang/lib/CodeGen/CGCall.cpp
 1078       CallArg BaseArg = CallArg(RValue::getAggregate(Base), BS->getType());
 3537   return RValue::getAggregate(Copy.getAddress());
 4526           return RValue::getAggregate(DestPtr);
tools/clang/lib/CodeGen/CGCleanup.cpp
   87     return RValue::getAggregate(Address(Value, CharUnits::fromQuantity(Align)));
   90     return RValue::getAggregate(Address(addr, CharUnits::fromQuantity(Align)));
tools/clang/lib/CodeGen/CGExpr.cpp
 1161     return RValue::getAggregate(DestPtr);
tools/clang/lib/CodeGen/CGExprAgg.cpp
  806     RValue rvalue = RValue::getAggregate(valueAddr, atomicSlot.isVolatile());
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2746       msgRet = RValue::getAggregate(Address(phi, v.getAlignment()));
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  844       InitRVal = RValue::getAggregate(LV.getAddress());
tools/clang/lib/CodeGen/CGValue.h
  431     return RValue::getAggregate(getAddress(), isVolatileQualified());
  610       return RValue::getAggregate(getAddress(), isVolatile());