Home
last modified time | relevance | path

Searched refs:LongLongTy (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/Analysis/
DScanfFormatString.cpp248 return ArgType::PtrTo(Ctx.LongLongTy); in getArgType()
250 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64")); in getArgType()
260 return ArgType::PtrTo(Ctx.LongLongTy); in getArgType()
381 return ArgType::PtrTo(Ctx.LongLongTy); in getArgType()
383 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64")); in getArgType()
DPrintfFormatString.cpp415 return Ctx.LongLongTy; in getArgType()
425 return Ctx.LongLongTy; in getArgType()
427 return ArgType(Ctx.LongLongTy, "__int64"); in getArgType()
435 ? ArgType(Ctx.LongLongTy, "__int64") in getArgType()
498 return ArgType::PtrTo(Ctx.LongLongTy); in getArgType()
DFormatString.cpp362 return T == C.LongLongTy ? Match : NoMatch; in matchesType()
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp129 return getTBAAInfo(Context.LongLongTy); in getTBAAInfo()
DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in __anona2a7c1840111::ObjCCommonTypesHelper
4394 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongLongTy); in EmitObjCWeakAssign()
4415 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongLongTy); in EmitObjCGlobalAssign()
4441 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongLongTy); in EmitObjCIvarAssign()
4460 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongLongTy); in EmitObjCStrongCastAssign()
5223 LongLongTy = Types.ConvertType(Ctx.LongLongTy); in ObjCCommonTypesHelper()
DItaniumCXXABI.cpp3368 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h69 ArrayIndexTy(context.LongLongTy), in SValBuilder()
/external/clang/include/clang/AST/
DBuiltinTypes.def117 SIGNED_TYPE(LongLong, LongLongTy)
DASTContext.h901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp561 Ctx.LongLongTy == CanRetTy || in HandleNilReceiver()
DBasicObjCFoundationChecks.cpp389 case kCFNumberLongLongType: T = Ctx.LongLongTy; break; in GetCFNumberSize()
/external/clang/lib/AST/
DASTContext.cpp1010 InitBuiltinType(LongLongTy, BuiltinType::LongLong); in InitBuiltinTypes()
4712 return 6 + (getIntWidth(LongLongTy) << 3); in getIntegerRank()
4791 LongLongTy, UnsignedLongLongTy }; in getPromotedIntegerType()
6704 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()
8177 Type = Unsigned ? Context.UnsignedLongLongTy : Context.LongLongTy; in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaExpr.cpp3497 Ty = Context.LongLongTy; in ActOnNumericConstant()
9453 assert(TypeSize == Context.getTypeSize(Context.LongLongTy) && in GetSignedVectorType()
9455 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
12329 Ty = Context.LongLongTy; in ActOnGNUNullExpr()
DSemaDecl.cpp14288 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType()
14887 BestType = Context.LongLongTy; in ActOnEnumBody()
14922 ? Context.UnsignedLongLongTy : Context.LongLongTy; in ActOnEnumBody()
DSemaOverload.cpp1916 Context.LongLongTy, Context.UnsignedLongLongTy in IsIntegralPromotion()
7221 &ASTContext::LongLongTy, in getArithmeticType()
DSemaType.cpp1363 Result = Context.LongLongTy; in ConvertDeclSpecToType()
DSemaChecking.cpp1163 : Context.LongLongTy; in getNeonEltType()
/external/clang/lib/Serialization/
DASTReader.cpp6023 T = Context.LongLongTy; in GetType()