HomeSort by relevance Sort by last modified time
    Searched refs:LongLongTy (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/Analysis/
ScanfFormatString.cpp 243 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"));
PrintfFormatString.cpp 280 return Ctx.LongLongTy;
290 return Ctx.LongLongTy;
292 return ArgType(Ctx.LongLongTy, "__int64");
300 ? ArgType(Ctx.LongLongTy, "__int64")
361 return ArgType::PtrTo(Ctx.LongLongTy);
FormatString.cpp 327 return T == C.LongLongTy;
  /external/lldb/source/Symbol/
ClangASTContext.cpp 579 if (QualTypeMatchesBitSize (bit_size, ast, ast->LongLongTy))
580 return ClangASTType (ast, ast->LongLongTy.getAsOpaquePtr());
752 clang_type = ast->LongLongTy.getAsOpaquePtr();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 125 return getTBAAInfo(Context.LongLongTy);
CGObjCMac.cpp 175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 561 Ctx.LongLongTy == CanRetTy ||
BasicObjCFoundationChecks.cpp 391 case kCFNumberLongLongType: T = Ctx.LongLongTy; break;
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 455 return ast_ctx.LongLongTy;
  /frameworks/compile/slang/
slang_rs_export_type.cpp 535 QT == C.LongLongTy) {
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp 401 : Context.LongLongTy;
    [all...]
SemaType.cpp 819 Result = Context.LongLongTy;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 329 milliseconds