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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 9327   bool IsInt = Ty->isIntegralOrEnumerationType();
 9328   bool IsFloat = Ty->isRealFloatingType();
 9331     uint64_t Size = getContext().getTypeSize(Ty);
 9344       Field1Ty = CGT.ConvertType(Ty);
 9349       Field2Ty = CGT.ConvertType(Ty);
 9356   if (auto CTy = Ty->getAs<ComplexType>()) {
 9370   if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) {
 9384   if (const auto *RTy = Ty->getAs<RecordType>()) {
 9387     if (getRecordArgABI(Ty, CGT.getCXXABI()))
 9389     if (isEmptyRecord(getContext(), Ty, true))