Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp243 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
376 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
DPrintfFormatString.cpp421 case LengthModifier::AsShort: return Ctx.ShortTy; in getArgType()
493 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
DFormatString.cpp350 return T == C.ShortTy ? Match : NoMatch; in matchesType()
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp123 return getTBAAInfo(Context.ShortTy); in getTBAAInfo()
DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in __anonffb6ccf80111::ObjCCommonTypesHelper
4617 Values[2] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumClasses); in EmitModuleSymbols()
4618 Values[3] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumCategories); in EmitModuleSymbols()
5220 ShortTy = Types.ConvertType(Ctx.ShortTy); in ObjCCommonTypesHelper()
5457 LongTy, SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
DItaniumCXXABI.cpp3365 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.cpp3181 ? getContext().getTypeAlignInChars(getContext().ShortTy) in GetAddrOfConstantCFString()
/external/clang/include/clang/AST/
DBuiltinTypes.def108 SIGNED_TYPE(Short, ShortTy)
DASTContext.h901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp386 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
/external/clang/lib/AST/
DASTContext.cpp1007 InitBuiltinType(ShortTy, BuiltinType::Short); in InitBuiltinTypes()
4703 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank()
6698 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()
8171 Type = Context.ShortTy; in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaChecking.cpp1155 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
1167 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
DSemaType.cpp1360 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType()
DSemaDecl.cpp14288 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
14872 BestType = Context.ShortTy; in ActOnEnumBody()
DSemaExpr.cpp9447 else if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType()
9448 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
DSemaOverload.cpp7235 &ASTContext::ShortTy, in getArithmeticType()
/external/clang/lib/Serialization/
DASTReader.cpp6014 T = Context.ShortTy; in GetType()