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

/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp291 case LengthModifier::AsShort: return Ctx.UnsignedShortTy;
346 return Ctx.getPointerType(Ctx.UnsignedShortTy.withConst());
352 return Ctx.getPointerType(Ctx.UnsignedShortTy.withConst());
356 return Ctx.UnsignedShortTy;
H A DScanfFormatString.cpp245 return ArgType::PtrTo(Ctx.UnsignedShortTy);
H A DFormatString.cpp292 return T == C.UnsignedShortTy;
/external/clang/lib/CodeGen/
H A DCGRTTI.cpp1003 Context.UnsignedShortTy, Context.IntTy,
/external/clang/include/clang/AST/
H A DASTContext.h683 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp751 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort);
5354 FieldTypes[2] = Context->UnsignedShortTy;
5707 case TargetInfo::UnsignedShort: return UnsignedShortTy;
6853 return UnsignedShortTy;
6942 Type = Context.UnsignedShortTy;
H A DRecordLayoutBuilder.cpp1854 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy,
/external/clang/lib/Sema/
H A DSemaChecking.cpp338 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
348 return Context.UnsignedShortTy;
H A DSemaType.cpp711 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break;
H A DSemaDecl.cpp10302 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
10909 BestType = Context.UnsignedShortTy;
H A DSemaDeclAttr.cpp3310 NewTy = S.Context.UnsignedShortTy;
H A DSemaOverload.cpp6434 &ASTContext::UnsignedShortTy,
H A DTreeTransform.h8896 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp4429 case PREDEF_TYPE_USHORT_ID: T = Context.UnsignedShortTy; break;

Completed in 255 milliseconds