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 304 return Ctx.UnsignedLongLongTy;
311 return Ctx.UnsignedLongLongTy;
ScanfFormatString.cpp 269 return ArgType::PtrTo(Ctx.UnsignedLongLongTy);
279 return ArgType::PtrTo(Ctx.UnsignedLongLongTy);
FormatString.cpp 304 return T == C.UnsignedLongLongTy;
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 427 Ctx.UnsignedLongLongTy == CanRetTy))) {
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp 835 InitBuiltinType(UnsignedLongLongTy, BuiltinType::ULongLong);
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 749 CanQualType UnsignedLongLongTy, UnsignedInt128Ty;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp 341 return Flags.isUnsigned() ? Context.UnsignedLongLongTy : Context.LongLongTy;
    [all...]
SemaExpr.cpp     [all...]
SemaType.cpp 838 Result = Context.UnsignedLongLongTy;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 158 milliseconds