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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 288 return Ctx.UnsignedLongLongTy;
295 return Ctx.UnsignedLongLongTy;
ScanfFormatString.cpp 242 return ArgTypeResult(Ctx.UnsignedLongLongTy);
252 return ArgTypeResult(Ctx.UnsignedLongLongTy);
FormatString.cpp 285 return T == C.UnsignedLongLongTy;
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 356 Ctx.UnsignedLongLongTy == CanRetTy))) {
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp 420 InitBuiltinType(UnsignedLongLongTy, BuiltinType::ULongLong);
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 564 CanQualType UnsignedLongLongTy, UnsignedInt128Ty;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp 712 Result = Context.UnsignedLongLongTy;
    [all...]
SemaChecking.cpp 318 return Flags.isUnsigned() ? Context.UnsignedLongLongTy : Context.LongLongTy;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 55 milliseconds