Searched refs:UnsignedShortTy (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | PrintfFormatString.cpp | 552 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 D | FormatString.cpp | 391 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 396 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
|
| H A D | ScanfFormatString.cpp | 282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
|
| H A D | ASTContext.cpp | 1298 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 D | RecordLayoutBuilder.cpp | 1477 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
|
| H A D | ASTContext.h | 1011 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 4163 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
|
| H A D | CGBuiltin.cpp | 2004 Types[Context.UnsignedShortTy] = "%hu"; in dumpRecord()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 296 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
|
| H A D | SemaChecking.cpp | 2055 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 D | SemaType.cpp | 1416 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType()
|
| H A D | SemaDecl.cpp | 17659 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 18256 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
|
| H A D | SemaOverload.cpp | 8212 ArithmeticTypes.push_back(S.Context.UnsignedShortTy); in InitArithmeticTypes()
|
| H A D | TreeTransform.h | 14177 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6837 T = Context.UnsignedShortTy; in GetType()
|