Home
last modified time | relevance | path

Searched refs:isFPArgumentType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp5798 bool isFPArgumentType(QualType Ty) const;
5862 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { in isFPArgumentType() function in SystemZABIInfo
6120 if (isFPArgumentType(SingleElementTy)) { in classifyArgumentType()