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

Declarations

tools/clang/lib/CodeGen/TargetInfo.cpp
 6548   bool isPromotableIntegerType(QualType Ty) const;

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 6836   return (isPromotableIntegerType(RetTy) ? ABIArgInfo::getExtend(RetTy)
 6846   if (isPromotableIntegerType(Ty))