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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 280 return Ctx.LongLongTy;
287 return Ctx.LongLongTy;
343 return ArgType::PtrTo(Ctx.LongLongTy);
ScanfFormatString.cpp 234 return ArgType::PtrTo(Ctx.LongLongTy);
244 return ArgType::PtrTo(Ctx.LongLongTy);
351 return ArgType::PtrTo(Ctx.LongLongTy);
FormatString.cpp 306 return T == C.LongLongTy;
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 130 return getTBAAInfo(Context.LongLongTy);
CGRTTI.cpp     [all...]
CGObjCMac.cpp 174 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 457 Ctx.LongLongTy == CanRetTy ||
BasicObjCFoundationChecks.cpp 356 case kCFNumberLongLongType: T = Ctx.LongLongTy; break;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 459 QT == C.LongLongTy) {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp 368 return Flags.isUnsigned() ? Context.UnsignedLongLongTy : Context.LongLongTy;
    [all...]
SemaType.cpp 830 Result = Context.LongLongTy;
    [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 186 milliseconds