Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5349 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function
5375 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType()
5407 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
5417 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType()
5480 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()