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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp4797 bool isFPArgumentType(QualType Ty) const;
4846 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { function in class:SystemZABIInfo
4871 Found = isFPArgumentType(Base);
4885 // Nested isFPArgumentType structures still do though.
4888 Found = isFPArgumentType(FD->getType());
4915 bool InFPRs = isFPArgumentType(Ty);
5049 if (isFPArgumentType(Ty)) {

Completed in 1545 milliseconds