Searched refs:UnsignedShortTy (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | PrintfFormatString.cpp | 552 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 D | FormatString.cpp | 396 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 401 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
|
| H A D | ScanfFormatString.cpp | 282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
|
| H A D | ASTContext.cpp | 1311 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 D | RecordLayoutBuilder.cpp | 1479 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 296 return ast_ctx.UnsignedShortTy; in BuildType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
|
| H A D | ASTContext.h | 1116 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 807 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 D | TestTypeSystemClang.cpp | 108 context.UnsignedShortTy)); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 346 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
|
| H A D | SemaChecking.cpp | 2715 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 D | SemaDecl.cpp | 18462 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 19063 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
|
| H A D | SemaType.cpp | 1405 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType()
|
| H A D | SemaOverload.cpp | 8338 ArithmeticTypes.push_back(S.Context.UnsignedShortTy); in InitArithmeticTypes()
|
| H A D | TreeTransform.h | 14537 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 4168 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6910 T = Context.UnsignedShortTy; in GetType()
|