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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 1239   uint64_t Size = Context.getTypeSize(Ty);
 1246   if (Ty->isVectorType()) {
 1257   if (Ty->getAs<BuiltinType>() || Ty->hasPointerRepresentation() ||
 1257   if (Ty->getAs<BuiltinType>() || Ty->hasPointerRepresentation() ||
 1258       Ty->isAnyComplexType() || Ty->isEnumeralType() ||
 1258       Ty->isAnyComplexType() || Ty->isEnumeralType() ||
 1259       Ty->isBlockPointerType() || Ty->isMemberPointerType())
 1259       Ty->isBlockPointerType() || Ty->isMemberPointerType())
 1263   if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty))
 1267   const RecordType *RT = Ty->getAs<RecordType>();