Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DPrintfFormatString.cpp455 case LengthModifier::AsShort: return Ctx.UnsignedShortTy; in getArgType()
521 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType()
530 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType()
538 return ArgType(Ctx.UnsignedShortTy, "unichar"); in getArgType()
DScanfFormatString.cpp282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
DFormatString.cpp348 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
/external/clang/include/clang/AST/
DBuiltinTypes.def82 UNSIGNED_TYPE(UShort, UnsignedShortTy)
DASTContext.h902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/AST/
DASTContext.cpp1014 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes()
6272 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl()
6699 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()
8060 return UnsignedShortTy; in getCorrespondingUnsignedType()
8169 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/external/clang/lib/Sema/
DSemaChecking.cpp1155 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
1167 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
5180 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
DSemaType.cpp1379 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
DSemaDecl.cpp14291 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
14900 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
DSemaOverload.cpp7237 &ASTContext::UnsignedShortTy, in getArithmeticType()
DTreeTransform.h11513 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3366 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Serialization/
DASTReader.cpp5993 T = Context.UnsignedShortTy; in GetType()