Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DScanfFormatString.cpp229 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
346 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
DPrintfFormatString.cpp283 case LengthModifier::AsShort: return Ctx.ShortTy; in getArgType()
338 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
DFormatString.cpp294 return T == C.ShortTy; in matchesType()
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp111 return getTBAAInfo(Context.ShortTy); in getTBAAInfo()
DCGRTTI.cpp1014 Context.SignedCharTy, Context.ShortTy, in EmitFundamentalRTTIDescriptors()
DCGObjCMac.cpp174 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in __anone6100bdf0111::ObjCCommonTypesHelper
4392 Values[2] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumClasses); in EmitModuleSymbols()
4393 Values[3] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumCategories); in EmitModuleSymbols()
5046 ShortTy = Types.ConvertType(Ctx.ShortTy); in ObjCCommonTypesHelper()
5273 LongTy, SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
DCodeGenModule.cpp2273 CharUnits Align = getContext().getTypeAlignInChars(getContext().ShortTy); in GetAddrOfConstantCFString()
/external/clang/include/clang/AST/
DBuiltinTypes.def108 SIGNED_TYPE(Short, ShortTy)
DASTContext.h747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp238 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
/external/clang/lib/AST/
DASTContext.cpp825 InitBuiltinType(ShortTy, BuiltinType::Short); in InitBuiltinTypes()
4169 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank()
6103 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()
7345 Type = Context.ShortTy; in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaChecking.cpp337 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
345 return Context.ShortTy; in getNeonEltType()
DSemaType.cpp816 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType()
DSemaDecl.cpp11094 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
11625 BestType = Context.ShortTy; in ActOnEnumBody()
DSemaExpr.cpp7412 else if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType()
7413 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
DSemaDeclAttr.cpp3667 NewTy = S.Context.ShortTy; in handleModeAttr()
DSemaOverload.cpp6520 &ASTContext::ShortTy, in getArithmeticType()
/external/clang/lib/Serialization/
DASTReader.cpp4929 case PREDEF_TYPE_SHORT_ID: T = Context.ShortTy; break; in GetType()