| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 424 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 434 if (T == C.ShortTy) in matchesType() 474 T == C.ShortTy || T == C.UnsignedShortTy || T == C.WCharTy || in matchesType() 487 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 | 520 case LengthModifier::AsShort: return Ctx.ShortTy; in getScalarArgType() 604 return ArgType::PtrTo(Ctx.ShortTy); in getScalarArgType()
|
| H A D | ASTContext.cpp | 1211 InitBuiltinType(ShortTy, BuiltinType::Short); in InitBuiltinTypes() 7064 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank() 9330 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType() 11120 return ShortTy; in getCorrespondingSignedType() 11327 Type = Context.ShortTy; in DecodeTypeFromStr()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 282 return ast_ctx.ShortTy; in BuildType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 134 return getTypeInfo(Context.ShortTy); in getTypeInfoHelper()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2002 ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy, in emitShuffleAndReduceFunction() 2006 C.ShortTy, ImplicitParamKind::Other); in emitShuffleAndReduceFunction() 2009 C.ShortTy, ImplicitParamKind::Other); in emitShuffleAndReduceFunction() 2040 AddrLaneIDArg, /*Volatile=*/false, C.ShortTy, SourceLocation()); in emitShuffleAndReduceFunction() 2044 AddrRemoteLaneOffsetArg, /*Volatile=*/false, C.ShortTy, SourceLocation()); in emitShuffleAndReduceFunction() 2048 AddrAlgoVerArg, /*Volatile=*/false, C.ShortTy, SourceLocation()); in emitShuffleAndReduceFunction()
|
| H A D | CGObjCMac.cpp | 175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in __anonaa8b92cd0111::ObjCCommonTypesHelper 5175 values.addInt(ObjCTypes.ShortTy, NumClasses); in EmitModuleSymbols() 5176 values.addInt(ObjCTypes.ShortTy, NumCategories); in EmitModuleSymbols() 5713 ShortTy = cast<llvm::IntegerType>(Types.ConvertType(Ctx.ShortTy)); in ObjCCommonTypesHelper() 5930 SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
|
| H A D | ItaniumCXXABI.cpp | 4269 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
|
| H A D | CodeGenModule.cpp | 6177 CharUnits Align = isUTF16 ? Context.getTypeAlignInChars(Context.ShortTy) in GetAddrOfConstantCFString()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 110 SIGNED_TYPE(Short, ShortTy)
|
| H A D | ASTContext.h | 1092 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 833 if (QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForEncodingAndBitSize() 834 return GetType(ast.ShortTy); in GetBuiltinTypeForEncodingAndBitSize() 1037 QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1038 return GetType(ast.ShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1055 if (QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1056 return GetType(ast.ShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2072 return ast->ShortTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2387 if (bit_size == ast.getTypeSize(ast.ShortTy)) in GetIntTypeFromBitSize() 2388 return GetType(ast.ShortTy); in GetIntTypeFromBitSize()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 392 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 13560 if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType() 13561 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 13585 if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType() 13586 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType() 15517 isVector(ResultTy, Context.ShortTy)) && in convertHalfVecBinOp() 15528 if (isVector(ResultTy, Context.ShortTy)) in convertHalfVecBinOp()
|
| H A D | SemaType.cpp | 1410 Result = Context.ShortTy; in ConvertDeclSpecToType() 9948 &S.Context.SignedCharTy, &S.Context.ShortTy, &S.Context.IntTy, in ChangeIntegralSignedness()
|
| H A D | OpenCLBuiltins.td | 346 def Short : Type<"short", QualType<"Context.ShortTy">>;
|
| H A D | SemaDecl.cpp | 19688 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 20265 BestType = Context.ShortTy; in ActOnEnumBody()
|
| H A D | SemaChecking.cpp | 2970 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 2982 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
|
| H A D | SemaOverload.cpp | 8835 ArithmeticTypes.push_back(S.Context.ShortTy); in InitArithmeticTypes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7178 T = Context.ShortTy; in GetType()
|