Searched refs:isIntegerLikeType (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 6568 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function 6594 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType() 6626 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 6636 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 6704 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()
|