Searched refs:ShortTy (Results 1 - 17 of 17) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp103 return getTBAAInfo(Context.ShortTy);
H A DCGRTTI.cpp1006 Context.SignedCharTy, Context.ShortTy,
H A DCGObjCMac.cpp173 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in class:__anon3159::ObjCCommonTypesHelper
3699 Values[2] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumClasses);
3700 Values[3] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumCategories);
4349 ShortTy = Types.ConvertType(Ctx.ShortTy);
4575 LongTy, SelectorPtrTy, ShortTy, ShortTy,
H A DCodeGenModule.cpp2005 CharUnits Align = getContext().getTypeAlignInChars(getContext().ShortTy);
/external/clang/lib/Analysis/
H A DFormatString.cpp275 return T == C.ShortTy;
H A DPrintfFormatString.cpp267 case LengthModifier::AsShort: return Ctx.ShortTy;
H A DScanfFormatString.cpp211 case LengthModifier::AsShort: return ArgTypeResult(Ctx.ShortTy);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp209 case kCFNumberShortType: T = Ctx.ShortTy; break;
/external/clang/include/clang/AST/
H A DASTContext.h562 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp410 InitBuiltinType(ShortTy, BuiltinType::Short);
3622 return 3 + (getIntWidth(ShortTy) << 3);
5107 case TargetInfo::SignedShort: return ShortTy;
6342 Type = Context.ShortTy;
/external/clang/lib/Sema/
H A DSemaChecking.cpp314 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
322 return Context.ShortTy;
H A DSemaType.cpp694 case DeclSpec::TSW_short: Result = Context.ShortTy; break;
H A DSemaDecl.cpp9897 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
10249 BestType = Context.ShortTy;
H A DSemaExpr.cpp6951 else if (TypeSize == Context.getTypeSize(Context.ShortTy))
6952 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
H A DSemaDeclAttr.cpp2765 NewTy = S.Context.ShortTy;
H A DSemaOverload.cpp6403 &ASTContext::ShortTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp4397 case PREDEF_TYPE_SHORT_ID: T = Context.ShortTy; break;

Completed in 583 milliseconds