/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 426 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 435 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 443 if (T == C.UnsignedShortTy) in matchesType() 487 T == C.ShortTy || T == C.UnsignedShortTy || T == C.WCharTy || in matchesType() 494 if (T == C.UnsignedShortTy) in matchesType()
|
H A D | PrintfFormatString.cpp | 571 case LengthModifier::AsShort: return Ctx.UnsignedShortTy; in getScalarArgType() 653 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType() 662 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType() 670 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 | 1248 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes() 9294 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl() 9791 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType() 11525 return UnsignedShortTy; in getCorrespondingUnsignedType() 11804 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
|
H A D | RecordLayoutBuilder.cpp | 1486 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 301 return ast_ctx.UnsignedShortTy; in BuildType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 360 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 372 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
|
H A D | SemaType.cpp | 1033 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType() 9684 &S.Context.UnsignedCharTy, &S.Context.UnsignedShortTy, in ChangeIntegralSignedness()
|
H A D | OpenCLBuiltins.td | 347 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
|
H A D | SemaDecl.cpp | 19358 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 19963 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
|
H A D | SemaOverload.cpp | 8860 ArithmeticTypes.push_back(S.Context.UnsignedShortTy); in InitArithmeticTypes()
|
H A D | SemaChecking.cpp | 7385 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
|
H A D | TreeTransform.h | 16042 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
|
H A D | ASTContext.h | 1128 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 757 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForEncodingAndBitSize() 758 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForEncodingAndBitSize() 904 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 905 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1034 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1035 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1049 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1050 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1068 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1069 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 4545 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7199 T = Context.UnsignedShortTy; in GetType()
|