Searched refs:IsPolyUnsigned (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp388 bool IsPolyUnsigned, bool IsInt64Long) {
403 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy;
405 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
454 bool IsPolyUnsigned = local
459 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long);
387 getNeonEltType(NeonTypeFlags Flags, ASTContext &Context, bool IsPolyUnsigned, bool IsInt64Long) argument
H A DSemaType.cpp4741 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || local
4746 if (IsPolyUnsigned) {

Completed in 941 milliseconds