Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DPrintfFormatString.cpp552 case LengthModifier::AsShort: return Ctx.UnsignedShortTy; in getScalarArgType()
631 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType()
640 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType()
648 return ArgType(Ctx.UnsignedShortTy, "unichar"); in getScalarArgType()
H A DFormatString.cpp396 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType()
401 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
H A DScanfFormatString.cpp282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
H A DASTContext.cpp1311 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes()
8719 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl()
9209 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()
10803 return UnsignedShortTy; in getCorrespondingUnsignedType()
11073 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
H A DRecordLayoutBuilder.cpp1479 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp296 return ast_ctx.UnsignedShortTy; in BuildType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DBuiltinTypes.def84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
H A DASTContext.h1116 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp807 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForEncodingAndBitSize()
808 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForEncodingAndBitSize()
959 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
960 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1090 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1104 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1105 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1124 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2034 return ast->UnsignedShortTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
2364 if (bit_size == ast.getTypeSize(ast.UnsignedShortTy)) in GetIntTypeFromBitSize()
[all …]
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp108 context.UnsignedShortTy)); in TEST_F()
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td346 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
H A DSemaChecking.cpp2715 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
2727 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
10121 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
H A DSemaDecl.cpp18462 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
19063 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
H A DSemaType.cpp1405 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType()
H A DSemaOverload.cpp8338 ArithmeticTypes.push_back(S.Context.UnsignedShortTy); in InitArithmeticTypes()
H A DTreeTransform.h14537 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4168 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6910 T = Context.UnsignedShortTy; in GetType()