Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAArch64ACLETypes.def130 NEON_VECTOR_TYPE(__Uint16x4_t, UnsignedShortTy, 16, 4, VectorKind::Neon)
135 NEON_VECTOR_TYPE(__Poly16x4_t, UnsignedShortTy, 16, 4, VectorKind::NeonPoly)
142 NEON_VECTOR_TYPE(__Uint16x8_t, UnsignedShortTy, 16, 8, VectorKind::Neon)
149 NEON_VECTOR_TYPE(__Poly16x8_t, UnsignedShortTy, 16, 8, VectorKind::NeonPoly)
/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.cpp1305 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes()
5418 BestType = UnsignedShortTy; in computeBestEnumTypes()
9908 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl()
10420 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()
12147 return UnsignedShortTy; in getCorrespondingUnsignedType()
12426 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
H A DRecordLayoutBuilder.cpp1473 Context.UnsignedCharTy, Context.UnsignedShortTy, in LayoutWideBitField()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp311 return ast_ctx.UnsignedShortTy; in BuildType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
H A DASTContext.h1222 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp327 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
339 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
H A DSemaType.cpp1044 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType()
9966 &S.Context.UnsignedCharTy, &S.Context.UnsignedShortTy, in ChangeIntegralSignedness()
H A DOpenCLBuiltins.td351 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
H A DSemaChecking.cpp8346 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
H A DSemaOverload.cpp9318 ArithmeticTypes.push_back(S.Context.UnsignedShortTy); in InitArithmeticTypes()
H A DTreeTransform.h17180 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
H A DSemaDecl.cpp19923 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp777 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForEncodingAndBitSize()
778 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForEncodingAndBitSize()
927 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
928 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1057 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1058 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1072 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1073 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1091 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1092 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4592 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7542 T = Context.UnsignedShortTy; in GetType()