Home
last modified time | relevance | path

Searched refs:UnsignedShortTy (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp424 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType()
430 if (T == C.UnsignedShortTy) in matchesType()
474 T == C.ShortTy || T == C.UnsignedShortTy || T == C.WCharTy || in matchesType()
481 if (T == C.UnsignedShortTy) in matchesType()
H A DPrintfFormatString.cpp555 case LengthModifier::AsShort: return Ctx.UnsignedShortTy; in getScalarArgType()
634 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType()
643 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType()
651 return ArgType(Ctx.UnsignedShortTy, "unichar"); in getScalarArgType()
H A DScanfFormatString.cpp284 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
H A DASTContext.cpp1218 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes()
8835 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl()
9331 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()
11046 return UnsignedShortTy; in getCorrespondingUnsignedType()
11325 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
H A DRecordLayoutBuilder.cpp1479 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp296 return ast_ctx.UnsignedShortTy; in BuildType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp818 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForEncodingAndBitSize()
819 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForEncodingAndBitSize()
962 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
963 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1093 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1107 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1108 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1127 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2074 return ast->UnsignedShortTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
2405 if (bit_size == ast.getTypeSize(ast.UnsignedShortTy)) in GetIntTypeFromBitSize()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
H A DASTContext.h1093 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1435 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType()
9953 &S.Context.UnsignedCharTy, &S.Context.UnsignedShortTy, in ChangeIntegralSignedness()
H A DOpenCLBuiltins.td347 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
H A DSemaChecking.cpp2970 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
2982 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
12152 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
H A DSemaDecl.cpp19691 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
20293 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
H A DSemaOverload.cpp8837 ArithmeticTypes.push_back(S.Context.UnsignedShortTy); in InitArithmeticTypes()
H A DTreeTransform.h15009 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4270 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7157 T = Context.UnsignedShortTy; in GetType()