| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 426 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 435 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 447 if (T == C.ShortTy) in matchesType() 487 T == C.ShortTy || T == C.UnsignedShortTy || T == C.WCharTy || in matchesType() 500 if (T == C.ShortTy) in matchesType()
|
| H A D | ScanfFormatString.cpp | 243 return ArgType::PtrTo(Ctx.ShortTy); in getArgType() 382 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
|
| H A D | PrintfFormatString.cpp | 536 case LengthModifier::AsShort: return Ctx.ShortTy; in getScalarArgType() 620 return ArgType::PtrTo(Ctx.ShortTy); in getScalarArgType()
|
| H A D | ASTContext.cpp | 1298 InitBuiltinType(ShortTy, BuiltinType::Short); in InitBuiltinTypes() 5390 BestType = ShortTy; in computeBestEnumTypes() 8108 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank() 10419 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType() 12221 return ShortTy; in getCorrespondingSignedType() 12428 Type = Context.ShortTy; in DecodeTypeFromStr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AArch64ACLETypes.def | 127 NEON_VECTOR_TYPE(__Int16x4_t, ShortTy, 16, 4, VectorKind::Neon) 138 NEON_VECTOR_TYPE(__Int16x8_t, ShortTy, 16, 8, VectorKind::Neon)
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 297 return ast_ctx.ShortTy; in BuildType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 110 SIGNED_TYPE(Short, ShortTy)
|
| H A D | ASTContext.h | 1221 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 179 return getTypeInfo(Context.ShortTy); in getTypeInfoHelper()
|
| H A D | CGObjCMac.cpp | 173 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in __anonb5e682970111::ObjCCommonTypesHelper 5088 values.addInt(ObjCTypes.ShortTy, NumClasses); in EmitModuleSymbols() 5089 values.addInt(ObjCTypes.ShortTy, NumCategories); in EmitModuleSymbols() 5631 ShortTy = cast<llvm::IntegerType>(Types.ConvertType(Ctx.ShortTy)); in ObjCCommonTypesHelper() 5843 SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
|
| H A D | ItaniumCXXABI.cpp | 4591 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
|
| H A D | CodeGenModule.cpp | 6650 CharUnits Align = isUTF16 ? Context.getTypeAlignInChars(Context.ShortTy) in GetAddrOfConstantCFString()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaARM.cpp | 327 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 339 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
|
| H A D | SemaExpr.cpp | 12892 if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType() 12893 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 12917 if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType() 12918 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType() 14900 isVector(ResultTy, Context.ShortTy)) && in convertHalfVecBinOp() 14911 if (isVector(ResultTy, Context.ShortTy)) in convertHalfVecBinOp()
|
| H A D | SemaType.cpp | 1019 Result = Context.ShortTy; in ConvertDeclSpecToType() 9961 &S.Context.SignedCharTy, &S.Context.ShortTy, &S.Context.IntTy, in ChangeIntegralSignedness()
|
| H A D | OpenCLBuiltins.td | 350 def Short : Type<"short", QualType<"Context.ShortTy">>;
|
| H A D | SemaOverload.cpp | 9316 ArithmeticTypes.push_back(S.Context.ShortTy); in InitArithmeticTypes()
|
| H A D | SemaDecl.cpp | 19920 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 792 if (QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForEncodingAndBitSize() 793 return GetType(ast.ShortTy); in GetBuiltinTypeForEncodingAndBitSize() 1002 QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1003 return GetType(ast.ShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1020 if (QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1021 return GetType(ast.ShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2043 return ast->ShortTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2358 if (bit_size == ast.getTypeSize(ast.ShortTy)) in GetIntTypeFromBitSize() 2359 return GetType(ast.ShortTy); in GetIntTypeFromBitSize()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 391 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7563 T = Context.ShortTy; in GetType()
|