Searched refs:isIntegerLikeType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 6585 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function 6611 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType() 6643 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 6653 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 6721 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()
|