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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp229 return ArgType::PtrTo(Ctx.ShortTy);
352 return ArgType::PtrTo(Ctx.ShortTy);
H A DPrintfFormatString.cpp305 case LengthModifier::AsShort: return Ctx.ShortTy;
375 return ArgType::PtrTo(Ctx.ShortTy);
H A DFormatString.cpp315 return T == C.ShortTy;
/freebsd-10.3-release/contrib/llvm/tools/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());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp119 return getTBAAInfo(Context.ShortTy);
H A DCGRTTI.cpp968 Context.SignedCharTy, Context.ShortTy,
H A DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in class:__anon3237::ObjCCommonTypesHelper
4396 Values[2] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumClasses);
4397 Values[3] = llvm::ConstantInt::get(ObjCTypes.ShortTy, NumCategories);
5050 ShortTy = Types.ConvertType(Ctx.ShortTy);
5277 LongTy, SelectorPtrTy, ShortTy, ShortTy,
H A DCodeGenModule.cpp2377 CharUnits Align = getContext().getTypeAlignInChars(getContext().ShortTy);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp354 case kCFNumberShortType: T = Ctx.ShortTy; break;
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h775 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp931 InitBuiltinType(ShortTy, BuiltinType::Short);
4314 return 3 + (getIntWidth(ShortTy) << 3);
6362 case TargetInfo::SignedShort: return ShortTy;
7612 Type = Context.ShortTy;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp366 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
374 return IsAArch64 ? Context.UnsignedShortTy : Context.ShortTy;
H A DSemaType.cpp815 case DeclSpec::TSW_short: Result = Context.ShortTy; break;
H A DSemaDecl.cpp12227 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
12758 BestType = Context.ShortTy;
H A DSemaExpr.cpp8030 else if (TypeSize == Context.getTypeSize(Context.ShortTy))
8031 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
H A DSemaOverload.cpp6746 &ASTContext::ShortTy,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5224 case PREDEF_TYPE_SHORT_ID: T = Context.ShortTy; break;

Completed in 453 milliseconds