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

  /external/clang/lib/Analysis/
ScanfFormatString.cpp 281 return ArgType::PtrTo(Ctx.UnsignedLongLongTy);
283 return ArgType::PtrTo(ArgType(Ctx.UnsignedLongLongTy, "unsigned __int64"));
293 return ArgType::PtrTo(Ctx.UnsignedLongLongTy);
PrintfFormatString.cpp 313 return Ctx.UnsignedLongLongTy;
323 return Ctx.UnsignedLongLongTy;
325 return ArgType(Ctx.UnsignedLongLongTy, "unsigned __int64");
332 ? ArgType(Ctx.UnsignedLongLongTy, "unsigned __int64")
FormatString.cpp 325 return T == C.UnsignedLongLongTy;
  /external/lldb/source/Symbol/
ClangASTContext.cpp 564 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedLongLongTy))
565 return ClangASTType (ast, ast->UnsignedLongLongTy.getAsOpaquePtr());
755 clang_type = ast->UnsignedLongLongTy.getAsOpaquePtr();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 562 Ctx.UnsignedLongLongTy == CanRetTy)))) {
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 468 return ast_ctx.UnsignedLongLongTy;
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 781 CanQualType UnsignedLongLongTy, UnsignedInt128Ty;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp 400 return Flags.isUnsigned() ? Context.UnsignedLongLongTy
    [all...]
SemaType.cpp 838 Result = Context.UnsignedLongLongTy;
    [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1369 milliseconds