Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp6740 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function
6766 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType()
6798 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
6808 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
6876 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()