Searched refs:isIntegerLikeType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 4712 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function 4738 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType() 4770 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 4780 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 4832 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()
|