Searched refs:ShortTy (Results 1 – 18 of 18) sorted by relevance
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 229 return ArgType::PtrTo(Ctx.ShortTy); in getArgType() 346 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
|
D | PrintfFormatString.cpp | 283 case LengthModifier::AsShort: return Ctx.ShortTy; in getArgType() 338 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
|
D | FormatString.cpp | 294 return T == C.ShortTy; in matchesType()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 111 return getTBAAInfo(Context.ShortTy); in getTBAAInfo()
|
D | CGRTTI.cpp | 1014 Context.SignedCharTy, Context.ShortTy, in EmitFundamentalRTTIDescriptors()
|
D | CGObjCMac.cpp | 174 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()
|
D | CodeGenModule.cpp | 2273 CharUnits Align = getContext().getTypeAlignInChars(getContext().ShortTy); in GetAddrOfConstantCFString()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 108 SIGNED_TYPE(Short, ShortTy)
|
D | ASTContext.h | 747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | BasicObjCFoundationChecks.cpp | 238 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 825 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/ |
D | SemaChecking.cpp | 337 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 345 return Context.ShortTy; in getNeonEltType()
|
D | SemaType.cpp | 816 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType()
|
D | SemaDecl.cpp | 11094 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 11625 BestType = Context.ShortTy; in ActOnEnumBody()
|
D | SemaExpr.cpp | 7412 else if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType() 7413 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
|
D | SemaDeclAttr.cpp | 3667 NewTy = S.Context.ShortTy; in handleModeAttr()
|
D | SemaOverload.cpp | 6520 &ASTContext::ShortTy, in getArithmeticType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4929 case PREDEF_TYPE_SHORT_ID: T = Context.ShortTy; break; in GetType()
|