Searched refs:ShortTy (Results 1 – 17 of 17) sorted by relevance
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 243 return ArgType::PtrTo(Ctx.ShortTy); in getArgType() 376 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
|
D | PrintfFormatString.cpp | 421 case LengthModifier::AsShort: return Ctx.ShortTy; in getArgType() 493 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
|
D | FormatString.cpp | 350 return T == C.ShortTy ? Match : NoMatch; in matchesType()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 123 return getTBAAInfo(Context.ShortTy); in getTBAAInfo()
|
D | CGObjCMac.cpp | 175 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()
|
D | ItaniumCXXABI.cpp | 3365 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
|
D | CodeGenModule.cpp | 3181 ? getContext().getTypeAlignInChars(getContext().ShortTy) in GetAddrOfConstantCFString()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 108 SIGNED_TYPE(Short, ShortTy)
|
D | ASTContext.h | 901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | BasicObjCFoundationChecks.cpp | 386 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1007 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/ |
D | SemaChecking.cpp | 1155 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 1167 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
|
D | SemaType.cpp | 1360 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType()
|
D | SemaDecl.cpp | 14288 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 14872 BestType = Context.ShortTy; in ActOnEnumBody()
|
D | SemaExpr.cpp | 9447 else if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType() 9448 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
|
D | SemaOverload.cpp | 7235 &ASTContext::ShortTy, in getArithmeticType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6014 T = Context.ShortTy; in GetType()
|