Home
last modified time | relevance | path

Searched refs:isIntegerLikeType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp6727 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function
6753 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType()
6785 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
6795 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
6863 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()