Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5144 bool isFPArgumentType(QualType Ty) const;
5195 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { in isFPArgumentType() function in SystemZABIInfo
5220 Found = isFPArgumentType(Base); in isFPArgumentType()
5238 Found = isFPArgumentType(FD->getType()); in isFPArgumentType()
5403 if (isFPArgumentType(Ty)) { in classifyArgumentType()