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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 7256   if ((Ty->isIntegerType() &&
 7257           getContext().getIntWidth(Ty) < SlotSizeInBits) ||
 7258       (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) {
 7260     Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits,
 7261                                             Ty->isSignedIntegerType());
 7264   auto TyInfo = getContext().getTypeInfoInChars(Ty);
 7274   Address Addr = emitVoidPtrVAArg(CGF, VAListAddr, Ty, /*indirect*/ false,