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

Declarations

tools/clang/lib/CodeGen/TargetInfo.cpp
 4426   bool isPromotableTypeForABI(QualType Ty) const;

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 4798   return (isPromotableTypeForABI(Ty) ? ABIArgInfo::getExtend(Ty)
 4853   return (isPromotableTypeForABI(RetTy) ? ABIArgInfo::getExtend(RetTy)