Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp426 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 DPrintfFormatString.cpp571 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 DScanfFormatString.cpp284 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
H A DASTContext.cpp1248 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 DRecordLayoutBuilder.cpp1486 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp301 return ast_ctx.UnsignedShortTy; in BuildType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp360 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
372 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
H A DSemaType.cpp1033 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType()
9684 &S.Context.UnsignedCharTy, &S.Context.UnsignedShortTy, in ChangeIntegralSignedness()
H A DOpenCLBuiltins.td347 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
H A DSemaDecl.cpp19358 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
19963 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
H A DSemaOverload.cpp8860 ArithmeticTypes.push_back(S.Context.UnsignedShortTy); in InitArithmeticTypes()
H A DSemaChecking.cpp7385 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
H A DTreeTransform.h16042 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
H A DASTContext.h1128 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp757 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 DItaniumCXXABI.cpp4545 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7199 T = Context.UnsignedShortTy; in GetType()