Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DClangASTContext.cpp573 if (QualTypeMatchesBitSize (bit_size, ast, ast->ShortTy)) in GetBuiltinTypeForEncodingAndBitSize()
574 return ClangASTType (ast, ast->ShortTy.getAsOpaquePtr()); in GetBuiltinTypeForEncodingAndBitSize()
734 clang_type = ast->ShortTy.getAsOpaquePtr(); in GetBasicType()
889 QualTypeMatchesBitSize (bit_size, ast, ast->ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
890 return ClangASTType (ast, ast->ShortTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
909 if (QualTypeMatchesBitSize (bit_size, ast, ast->ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
910 return ClangASTType (ast, ast->ShortTy.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
/external/clang/lib/Analysis/
DScanfFormatString.cpp238 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
371 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
DPrintfFormatString.cpp416 case LengthModifier::AsShort: return Ctx.ShortTy; in getArgType()
488 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
DFormatString.cpp319 return T == C.ShortTy ? Match : NoMatch; in matchesType()
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp119 return getTBAAInfo(Context.ShortTy); in getTBAAInfo()
DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in __anon58745e7a0111::ObjCCommonTypesHelper
4549 Values[2] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumClasses); in EmitModuleSymbols()
4550 Values[3] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumCategories); in EmitModuleSymbols()
5152 ShortTy = Types.ConvertType(Ctx.ShortTy); in ObjCCommonTypesHelper()
5386 LongTy, SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
DItaniumCXXABI.cpp3328 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.cpp2920 CharUnits Align = getContext().getTypeAlignInChars(getContext().ShortTy); in GetAddrOfConstantCFString()
/external/clang/include/clang/AST/
DBuiltinTypes.def108 SIGNED_TYPE(Short, ShortTy)
DASTContext.h887 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp448 return ast_ctx.ShortTy; in BuildType()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp387 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
/external/clang/lib/AST/
DASTContext.cpp1010 InitBuiltinType(ShortTy, BuiltinType::Short); in InitBuiltinTypes()
4646 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank()
6600 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType()
8029 Type = Context.ShortTy; in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaChecking.cpp655 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
667 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
DSemaType.cpp1286 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType()
DSemaDecl.cpp13834 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
14415 BestType = Context.ShortTy; in ActOnEnumBody()
DSemaExpr.cpp9010 else if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType()
9011 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
DSemaOverload.cpp7187 &ASTContext::ShortTy, in getArithmeticType()
/external/clang/lib/Serialization/
DASTReader.cpp5969 T = Context.ShortTy; in GetType()