Searched refs:isIntegerLikeType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 5949 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function 5975 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType() 6007 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 6017 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 6087 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()
|