Searched refs:ShortTy (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp242 return ArgType::PtrTo(Ctx.ShortTy);
380 return ArgType::PtrTo(Ctx.ShortTy);
H A DPrintfFormatString.cpp517 case LengthModifier::AsShort: return Ctx.ShortTy;
601 return ArgType::PtrTo(Ctx.ShortTy);
H A DFormatString.cpp391 if (T == C.UnsignedShortTy || T == C.ShortTy)
398 return T == C.ShortTy ? Match : NoMatch;
H A DASTContext.cpp1291 InitBuiltinType(ShortTy, BuiltinType::Short);
6319 return 3 + (getIntWidth(ShortTy) << 3);
8558 case TargetInfo::SignedShort: return ShortTy;
10192 return ShortTy;
10391 Type = Context.ShortTy;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp134 return getTypeInfo(Context.ShortTy);
H A DCGOpenMPRuntimeGPU.cpp2944 ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy,
2948 C.ShortTy, ImplicitParamDecl::Other);
2951 C.ShortTy, ImplicitParamDecl::Other);
2981 AddrLaneIDArg, /*Volatile=*/false, C.ShortTy, SourceLocation());
2985 AddrRemoteLaneOffsetArg, /*Volatile=*/false, C.ShortTy, SourceLocation());
2989 AddrAlgoVerArg, /*Volatile=*/false, C.ShortTy, SourceLocation());
H A DCGObjCMac.cpp175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in class:__anon478::ObjCCommonTypesHelper
5248 values.addInt(ObjCTypes.ShortTy, NumClasses);
5249 values.addInt(ObjCTypes.ShortTy, NumCategories);
5796 ShortTy = cast<llvm::IntegerType>(Types.ConvertType(Ctx.ShortTy));
6013 SelectorPtrTy, ShortTy, ShortTy,
H A DItaniumCXXABI.cpp4162 getContext().SignedCharTy, getContext().ShortTy,
H A DCodeGenModule.cpp5153 CharUnits Align = isUTF16 ? Context.getTypeAlignInChars(Context.ShortTy)
H A DCGBuiltin.cpp2003 Types[Context.ShortTy] = "%hd";
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp385 case kCFNumberShortType: T = Ctx.ShortTy; break;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1010 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12131 else if (TypeSize == Context.getTypeSize(Context.ShortTy))
12132 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
12151 else if (TypeSize == Context.getTypeSize(Context.ShortTy))
12152 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(),
13879 isVector(ResultTy, Context.ShortTy)) &&
13890 if (isVector(ResultTy, Context.ShortTy))
H A DSemaChecking.cpp2055 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
2067 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
H A DSemaDecl.cpp17656 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
18228 BestType = Context.ShortTy;
H A DSemaType.cpp1391 Result = Context.ShortTy;
H A DSemaOverload.cpp8210 ArithmeticTypes.push_back(S.Context.ShortTy);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6858 T = Context.ShortTy;

Completed in 1065 milliseconds