Searched refs:UnsignedShortTy (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 424 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 D | PrintfFormatString.cpp | 555 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 D | ScanfFormatString.cpp | 284 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
|
| H A D | ASTContext.cpp | 1218 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 D | RecordLayoutBuilder.cpp | 1479 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 296 return ast_ctx.UnsignedShortTy; in BuildType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 818 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 D | BuiltinTypes.def | 84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
|
| H A D | ASTContext.h | 1093 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1435 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType() 9953 &S.Context.UnsignedCharTy, &S.Context.UnsignedShortTy, in ChangeIntegralSignedness()
|
| H A D | OpenCLBuiltins.td | 347 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
|
| H A D | SemaChecking.cpp | 2970 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 D | SemaDecl.cpp | 19691 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 20293 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
|
| H A D | SemaOverload.cpp | 8837 ArithmeticTypes.push_back(S.Context.UnsignedShortTy); in InitArithmeticTypes()
|
| H A D | TreeTransform.h | 15009 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 4270 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7157 T = Context.UnsignedShortTy; in GetType()
|