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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 410 return Ctx.LongLongTy;
420 return Ctx.LongLongTy;
422 return ArgType(Ctx.LongLongTy, "__int64");
430 ? ArgType(Ctx.LongLongTy, "__int64")
493 return ArgType::PtrTo(Ctx.LongLongTy);
ScanfFormatString.cpp 243 return ArgType::PtrTo(Ctx.LongLongTy);
245 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64"));
255 return ArgType::PtrTo(Ctx.LongLongTy);
376 return ArgType::PtrTo(Ctx.LongLongTy);
378 return ArgType::PtrTo(ArgType(Ctx.LongLongTy, "__int64"));
FormatString.cpp 331 return T == C.LongLongTy ? Match : NoMatch;
  /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 390 case kCFNumberLongLongType: T = Ctx.LongLongTy; break;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 573 QT == C.LongLongTy) {
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaChecking.cpp 663 : Context.LongLongTy;
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 581 milliseconds