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

/external/clang/lib/Analysis/
H A DScanfFormatString.cpp238 return ArgType::PtrTo(Ctx.ShortTy);
361 return ArgType::PtrTo(Ctx.ShortTy);
H A DPrintfFormatString.cpp286 case LengthModifier::AsShort: return Ctx.ShortTy;
356 return ArgType::PtrTo(Ctx.ShortTy);
H A DFormatString.cpp315 return T == C.ShortTy;
/external/lldb/source/Symbol/
H A DClangASTContext.cpp573 if (QualTypeMatchesBitSize (bit_size, ast, ast->ShortTy))
574 return ClangASTType (ast, ast->ShortTy.getAsOpaquePtr());
734 clang_type = ast->ShortTy.getAsOpaquePtr();
889 QualTypeMatchesBitSize (bit_size, ast, ast->ShortTy))
890 return ClangASTType (ast, ast->ShortTy.getAsOpaquePtr());
909 if (QualTypeMatchesBitSize (bit_size, ast, ast->ShortTy))
910 return ClangASTType (ast, ast->ShortTy.getAsOpaquePtr());
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp119 return getTBAAInfo(Context.ShortTy);
H A DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in class:__anon17846::ObjCCommonTypesHelper
4365 Values[2] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumClasses);
4366 Values[3] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumCategories);
5020 ShortTy = Types.ConvertType(Ctx.ShortTy);
5256 LongTy, SelectorPtrTy, ShortTy, ShortTy,
H A DCodeGenModule.cpp2533 CharUnits Align = getContext().getTypeAlignInChars(getContext().ShortTy);
H A DItaniumCXXABI.cpp2936 getContext().SignedCharTy, getContext().ShortTy,
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp448 return ast_ctx.ShortTy;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp388 case kCFNumberShortType: T = Ctx.ShortTy; break;
/external/clang/include/clang/AST/
H A DASTContext.h779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp947 InitBuiltinType(ShortTy, BuiltinType::Short);
4395 return 3 + (getIntWidth(ShortTy) << 3);
6307 case TargetInfo::SignedShort: return ShortTy;
7532 Type = Context.ShortTy;
/external/clang/lib/Sema/
H A DSemaChecking.cpp393 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
405 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
H A DSemaType.cpp816 case DeclSpec::TSW_short: Result = Context.ShortTy; break;
H A DSemaDecl.cpp12663 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
13192 BestType = Context.ShortTy;
H A DSemaExpr.cpp8253 else if (TypeSize == Context.getTypeSize(Context.ShortTy))
8254 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
H A DSemaOverload.cpp6933 &ASTContext::ShortTy,
/external/clang/lib/Serialization/
H A DASTReader.cpp5808 case PREDEF_TYPE_SHORT_ID: T = Context.ShortTy; break;

Completed in 2252 milliseconds