/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 248 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()
|
D | PrintfFormatString.cpp | 415 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()
|
D | FormatString.cpp | 362 return T == C.LongLongTy ? Match : NoMatch; in matchesType()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 129 return getTBAAInfo(Context.LongLongTy); in getTBAAInfo()
|
D | CGObjCMac.cpp | 175 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()
|
D | ItaniumCXXABI.cpp | 3368 getContext().UnsignedLongTy, getContext().LongLongTy, in EmitFundamentalRTTIDescriptors()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SValBuilder.h | 69 ArrayIndexTy(context.LongLongTy), in SValBuilder()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 117 SIGNED_TYPE(LongLong, LongLongTy)
|
D | ASTContext.h | 901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CallAndMessageChecker.cpp | 561 Ctx.LongLongTy == CanRetTy || in HandleNilReceiver()
|
D | BasicObjCFoundationChecks.cpp | 389 case kCFNumberLongLongType: T = Ctx.LongLongTy; break; in GetCFNumberSize()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1010 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/ |
D | SemaExpr.cpp | 3497 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()
|
D | SemaDecl.cpp | 14288 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 14887 BestType = Context.LongLongTy; in ActOnEnumBody() 14922 ? Context.UnsignedLongLongTy : Context.LongLongTy; in ActOnEnumBody()
|
D | SemaOverload.cpp | 1916 Context.LongLongTy, Context.UnsignedLongLongTy in IsIntegralPromotion() 7221 &ASTContext::LongLongTy, in getArithmeticType()
|
D | SemaType.cpp | 1363 Result = Context.LongLongTy; in ConvertDeclSpecToType()
|
D | SemaChecking.cpp | 1163 : Context.LongLongTy; in getNeonEltType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6023 T = Context.LongLongTy; in GetType()
|