Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp426 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 DScanfFormatString.cpp243 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
382 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
H A DPrintfFormatString.cpp536 case LengthModifier::AsShort: return Ctx.ShortTy; in getScalarArgType()
620 return ArgType::PtrTo(Ctx.ShortTy); in getScalarArgType()
H A DASTContext.cpp1241 InitBuiltinType(ShortTy, BuiltinType::Short); in InitBuiltinTypes()
7512 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank()
9790 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()
11599 return ShortTy; in getCorrespondingSignedType()
11806 Type = Context.ShortTy; in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp287 return ast_ctx.ShortTy; in BuildType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp137 return getTypeInfo(Context.ShortTy); in getTypeInfoHelper()
H A DCGObjCMac.cpp175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in __anonb5e682970111::ObjCCommonTypesHelper
5182 values.addInt(ObjCTypes.ShortTy, NumClasses); in EmitModuleSymbols()
5183 values.addInt(ObjCTypes.ShortTy, NumCategories); in EmitModuleSymbols()
5720 ShortTy = cast<llvm::IntegerType>(Types.ConvertType(Ctx.ShortTy)); in ObjCCommonTypesHelper()
5937 SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
H A DItaniumCXXABI.cpp4544 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
H A DCodeGenModule.cpp6325 CharUnits Align = isUTF16 ? Context.getTypeAlignInChars(Context.ShortTy) in GetAddrOfConstantCFString()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp360 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
372 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
H A DSemaExpr.cpp12536 if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType()
12537 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
12561 if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType()
12562 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType()
14516 isVector(ResultTy, Context.ShortTy)) && in convertHalfVecBinOp()
14527 if (isVector(ResultTy, Context.ShortTy)) in convertHalfVecBinOp()
H A DSemaType.cpp1008 Result = Context.ShortTy; in ConvertDeclSpecToType()
9679 &S.Context.SignedCharTy, &S.Context.ShortTy, &S.Context.IntTy, in ChangeIntegralSignedness()
H A DOpenCLBuiltins.td346 def Short : Type<"short", QualType<"Context.ShortTy">>;
H A DSemaDecl.cpp19355 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
19935 BestType = Context.ShortTy; in ActOnEnumBody()
H A DSemaOverload.cpp8858 ArithmeticTypes.push_back(S.Context.ShortTy); in InitArithmeticTypes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def110 SIGNED_TYPE(Short, ShortTy)
H A DASTContext.h1127 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp772 if (QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForEncodingAndBitSize()
773 return GetType(ast.ShortTy); in GetBuiltinTypeForEncodingAndBitSize()
979 QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
980 return GetType(ast.ShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
997 if (QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
998 return GetType(ast.ShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2024 return ast->ShortTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
2339 if (bit_size == ast.getTypeSize(ast.ShortTy)) in GetIntTypeFromBitSize()
2340 return GetType(ast.ShortTy); in GetIntTypeFromBitSize()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp392 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7220 T = Context.ShortTy; in GetType()