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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 5550   if (!isAggregateTypeForABI(Ty) && !isIllegalVectorType(Ty))
 5550   if (!isAggregateTypeForABI(Ty) && !isIllegalVectorType(Ty))
 5551     return EmitVAArgInstr(CGF, VAListAddr, Ty, ABIArgInfo::getDirect());
 5556   if (isEmptyRecord(getContext(), Ty, true)) {
 5558     Addr = CGF.Builder.CreateElementBitCast(Addr, CGF.ConvertTypeForMem(Ty));
 5564   auto TyInfo = getContext().getTypeInfoInChars(Ty);
 5572     IsIndirect = !isHomogeneousAggregate(Ty, Base, Members);
 5575   return emitVoidPtrVAArg(CGF, VAListAddr, Ty, IsIndirect,