Home
last modified time | relevance | path

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

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