Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DPrintfFormatString.cpp552 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 DFormatString.cpp391 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType()
396 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
H A DScanfFormatString.cpp282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
H A DASTContext.cpp1298 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes()
8068 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl()
8559 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()
10124 return UnsignedShortTy; in getCorrespondingUnsignedType()
10389 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
H A DRecordLayoutBuilder.cpp1477 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
H A DASTContext.h1011 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4163 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
H A DCGBuiltin.cpp2004 Types[Context.UnsignedShortTy] = "%hu"; in dumpRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DOpenCLBuiltins.td296 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
H A DSemaChecking.cpp2055 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
2067 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
8857 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
H A DSemaType.cpp1416 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType()
H A DSemaDecl.cpp17659 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
18256 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
H A DSemaOverload.cpp8212 ArithmeticTypes.push_back(S.Context.UnsignedShortTy); in InitArithmeticTypes()
H A DTreeTransform.h14177 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6837 T = Context.UnsignedShortTy; in GetType()