Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DPrintfFormatString.cpp307 case LengthModifier::AsShort: return Ctx.UnsignedShortTy; in getArgType()
362 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType()
369 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType()
374 return ArgType(Ctx.UnsignedShortTy, "unichar"); in getArgType()
DScanfFormatString.cpp264 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
DFormatString.cpp292 return T == C.UnsignedShortTy; in matchesType()
/external/clang/include/clang/AST/
DBuiltinTypes.def82 UNSIGNED_TYPE(UShort, UnsignedShortTy)
DASTContext.h748 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/CodeGen/
DCGRTTI.cpp1015 Context.UnsignedShortTy, Context.IntTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/AST/
DASTContext.cpp832 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes()
5688 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl()
6104 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()
7254 return UnsignedShortTy; in getCorrespondingUnsignedType()
7343 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1862 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/external/clang/lib/Sema/
DSemaChecking.cpp337 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
347 return Context.UnsignedShortTy; in getNeonEltType()
2789 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
DSemaType.cpp835 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
DSemaDecl.cpp11097 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
11653 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
DSemaDeclAttr.cpp3669 NewTy = S.Context.UnsignedShortTy; in handleModeAttr()
DTreeTransform.h8970 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy, in RebuildArrayType()
DSemaOverload.cpp6522 &ASTContext::UnsignedShortTy, in getArithmeticType()
/external/clang/lib/Serialization/
DASTReader.cpp4922 case PREDEF_TYPE_USHORT_ID: T = Context.UnsignedShortTy; break; in GetType()