reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6369 if (!Context.getTargetInfo().hasFloat16Type() && T->isFloat16Type()) 6372 (T->isFloat128Type() || 6373 (T->isRealFloatingType() && Context.getTypeSize(T) == 128))) 6373 (T->isRealFloatingType() && Context.getTypeSize(T) == 128))) 6375 if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() && 6376 Context.getTypeSize(T) > 64) 6378 if (const auto *AT = T->getAsArrayTypeUnsafe()) 6380 const auto *RT = T->getAs<RecordType>();