Searched refs:isIntegerLikeType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 5349 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()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 6523 static bool isIntegerLikeType(QualType Ty, ASTContext &Context, in isIntegerLikeType() function 6549 return isIntegerLikeType(CT->getElementType(), Context, VMContext); in isIntegerLikeType() 6581 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 6591 if (!isIntegerLikeType(FD->getType(), Context, VMContext)) in isIntegerLikeType() 6659 if (isIntegerLikeType(RetTy, getContext(), getVMContext())) { in classifyReturnType()
|