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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp650 bool IsPolyUnsigned, bool IsInt64Long) {
665 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy;
667 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
719 bool IsPolyUnsigned = Arch == llvm::Triple::aarch64; local
723 getNeonEltType(NeonTypeFlags(TV), Context, IsPolyUnsigned, IsInt64Long);
649 getNeonEltType(NeonTypeFlags Flags, ASTContext &Context, bool IsPolyUnsigned, bool IsInt64Long) argument
H A DSemaType.cpp6128 bool IsPolyUnsigned = Triple.getArch() == llvm::Triple::aarch64 || local
6131 if (IsPolyUnsigned) {

Completed in 175 milliseconds