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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 5985   uint64_t Size = Context.getTypeSize(Ty);
 5992   if (Ty->isVectorType())
 5996   if (Ty->isRealFloatingType())
 6000   if (Ty->getAs<BuiltinType>() || Ty->isPointerType())
 6000   if (Ty->getAs<BuiltinType>() || Ty->isPointerType())
 6004   if (const ComplexType *CT = Ty->getAs<ComplexType>())
 6011   const RecordType *RT = Ty->getAs<RecordType>();