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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 444 return Ctx.UnsignedLongLongTy;
454 return Ctx.UnsignedLongLongTy;
456 return ArgType(Ctx.UnsignedLongLongTy, "unsigned __int64");
463 ? ArgType(Ctx.UnsignedLongLongTy, "unsigned __int64")
ScanfFormatString.cpp 282 return ArgType::PtrTo(Ctx.UnsignedLongLongTy);
284 return ArgType::PtrTo(ArgType(Ctx.UnsignedLongLongTy, "unsigned __int64"));
294 return ArgType::PtrTo(Ctx.UnsignedLongLongTy);
FormatString.cpp 329 return T == C.UnsignedLongLongTy ? Match : NoMatch;
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 562 Ctx.UnsignedLongLongTy == CanRetTy)))) {
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaChecking.cpp 662 return Flags.isUnsigned() ? Context.UnsignedLongLongTy
672 return Context.UnsignedLongLongTy;
    [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 246 milliseconds