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

/external/clang/lib/Analysis/
H A DScanfFormatString.cpp243 return ArgType::PtrTo(Ctx.LongLongTy);
245 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64"));
255 return ArgType::PtrTo(Ctx.LongLongTy);
366 return ArgType::PtrTo(Ctx.LongLongTy);
368 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64"));
H A DPrintfFormatString.cpp280 return Ctx.LongLongTy;
290 return Ctx.LongLongTy;
292 return ArgType(Ctx.LongLongTy, "__int64");
300 ? ArgType(Ctx.LongLongTy, "__int64")
361 return ArgType::PtrTo(Ctx.LongLongTy);
H A DFormatString.cpp327 return T == C.LongLongTy;
/external/lldb/source/Symbol/
H A DClangASTContext.cpp579 if (QualTypeMatchesBitSize (bit_size, ast, ast->LongLongTy))
580 return ClangASTType (ast, ast->LongLongTy.getAsOpaquePtr());
752 clang_type = ast->LongLongTy.getAsOpaquePtr();
883 QualTypeMatchesBitSize (bit_size, ast, ast->LongLongTy))
884 return ClangASTType (ast, ast->LongLongTy.getAsOpaquePtr());
915 if (QualTypeMatchesBitSize (bit_size, ast, ast->LongLongTy))
916 return ClangASTType (ast, ast->LongLongTy.getAsOpaquePtr());
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp125 return getTBAAInfo(Context.LongLongTy);
H A DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in class:__anon17846::ObjCCommonTypesHelper
4142 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongLongTy);
4164 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongLongTy);
4191 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongLongTy);
4211 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongLongTy);
5023 LongLongTy = Types.ConvertType(Ctx.LongLongTy);
H A DItaniumCXXABI.cpp2939 getContext().UnsignedLongTy, getContext().LongLongTy,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp561 Ctx.LongLongTy == CanRetTy ||
H A DBasicObjCFoundationChecks.cpp391 case kCFNumberLongLongType: T = Ctx.LongLongTy; break;
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp455 return ast_ctx.LongLongTy;
/external/clang/lib/AST/
H A DASTContext.cpp950 InitBuiltinType(LongLongTy, BuiltinType::LongLong);
4404 return 6 + (getIntWidth(LongLongTy) << 3);
4467 LongLongTy, UnsignedLongLongTy };
6313 case TargetInfo::SignedLongLong: return LongLongTy;
7538 Type = Unsigned ? Context.UnsignedLongLongTy : Context.LongLongTy;
/external/clang/include/clang/AST/
H A DASTContext.h779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaExpr.cpp3283 Ty = Context.LongLongTy;
8259 assert(TypeSize == Context.getTypeSize(Context.LongLongTy) &&
8261 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements());
10797 Ty = Context.LongLongTy;
H A DSemaOverload.cpp1821 Context.LongLongTy, Context.UnsignedLongLongTy
6919 &ASTContext::LongLongTy,
H A DSemaChecking.cpp401 : Context.LongLongTy;
H A DSemaType.cpp819 Result = Context.LongLongTy;
H A DSemaDecl.cpp12663 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy
13207 BestType = Context.LongLongTy;
13242 ? Context.UnsignedLongLongTy : Context.LongLongTy;
/external/clang/lib/Serialization/
H A DASTReader.cpp5811 case PREDEF_TYPE_LONGLONG_ID: T = Context.LongLongTy; break;

Completed in 7644 milliseconds