| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 242 return ArgType::PtrTo(Ctx.ShortTy); in getArgType() 380 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
|
| H A D | FormatString.cpp | 391 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 398 return T == C.ShortTy ? Match : NoMatch; in matchesType()
|
| H A D | PrintfFormatString.cpp | 517 case LengthModifier::AsShort: return Ctx.ShortTy; in getScalarArgType() 601 return ArgType::PtrTo(Ctx.ShortTy); in getScalarArgType()
|
| H A D | ASTContext.cpp | 1291 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 D | CodeGenTBAA.cpp | 134 return getTypeInfo(Context.ShortTy); in getTypeInfoHelper()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2944 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 D | CGObjCMac.cpp | 175 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 D | ItaniumCXXABI.cpp | 4162 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
|
| H A D | CodeGenModule.cpp | 5153 CharUnits Align = isUTF16 ? Context.getTypeAlignInChars(Context.ShortTy) in GetAddrOfConstantCFString()
|
| H A D | CGBuiltin.cpp | 2003 Types[Context.ShortTy] = "%hd"; in dumpRecord()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 110 SIGNED_TYPE(Short, ShortTy)
|
| H A D | ASTContext.h | 1010 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 385 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 12131 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 D | OpenCLBuiltins.td | 295 def Short : Type<"short", QualType<"Context.ShortTy">>;
|
| H A D | SemaChecking.cpp | 2055 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 2067 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
|
| H A D | SemaType.cpp | 1391 Result = Context.ShortTy; in ConvertDeclSpecToType()
|
| H A D | SemaDecl.cpp | 17656 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 18228 BestType = Context.ShortTy; in ActOnEnumBody()
|
| H A D | SemaOverload.cpp | 8210 ArithmeticTypes.push_back(S.Context.ShortTy); in InitArithmeticTypes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6858 T = Context.ShortTy; in GetType()
|