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

/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp455 case LengthModifier::AsShort: return Ctx.UnsignedShortTy;
521 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
530 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
538 return ArgType(Ctx.UnsignedShortTy, "unichar");
H A DFormatString.cpp348 return T == C.UnsignedShortTy ? Match : NoMatch;
H A DScanfFormatString.cpp282 return ArgType::PtrTo(Ctx.UnsignedShortTy);
/external/clang/include/clang/AST/
H A DASTContext.h902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; member in class:clang::ASTContext::DynTypedNodeList
/external/clang/lib/AST/
H A DASTContext.cpp1014 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort);
6272 FieldTypes[2] = Context->UnsignedShortTy;
6699 case TargetInfo::UnsignedShort: return UnsignedShortTy;
8060 return UnsignedShortTy;
8169 Type = Context.UnsignedShortTy;
H A DRecordLayoutBuilder.cpp1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy,
/external/clang/lib/Sema/
H A DSemaChecking.cpp1155 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
1167 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
5180 IntendedTy = S.Context.UnsignedShortTy;
H A DSemaType.cpp1379 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break;
H A DSemaDecl.cpp14291 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy,
14900 BestType = Context.UnsignedShortTy;
H A DSemaOverload.cpp7237 &ASTContext::UnsignedShortTy,
H A DTreeTransform.h11513 SemaRef.Context.UnsignedCharTy, SemaRef.Context.UnsignedShortTy,
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3366 getContext().UnsignedShortTy, getContext().IntTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp5993 T = Context.UnsignedShortTy;

Completed in 357 milliseconds