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

Overridden By

tools/clang/lib/CodeGen/TargetInfo.cpp
 1029   bool isHomogeneousAggregateSmallEnough(const Type *Ty,
 2255   bool isHomogeneousAggregateSmallEnough(const Type *Ty,
 4717 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateSmallEnough(
 5294 bool AArch64ABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base,
 6270 bool ARMABIInfo::isHomogeneousAggregateSmallEnough(const Type *Base,
 7705 bool AMDGPUABIInfo::isHomogeneousAggregateSmallEnough(

Declarations

tools/clang/lib/CodeGen/ABIInfo.h
   99     virtual bool isHomogeneousAggregateSmallEnough(const Type *Base,

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 4693   return Members > 0 && isHomogeneousAggregateSmallEnough(Base, Members);