Home
last modified time | relevance | path

Searched refs:getCategory (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/tools/libclang/
DCIndexDiagnostic.h74 virtual unsigned getCategory() const = 0;
135 unsigned getCategory() const override;
DCXLoadedDiagnostic.h44 unsigned getCategory() const override;
DCXStoredDiagnostic.cpp74 unsigned CXStoredDiagnostic::getCategory() const { in getCategory() function in CXStoredDiagnostic
DCIndexDiagnostic.cpp71 unsigned getCategory() const override { return 0; } in getCategory() function in __anon2a4946200111::CXDiagnosticCustomNoteImpl
409 return D->getCategory(); in clang_getDiagnosticCategory()
DCXLoadedDiagnostic.cpp122 unsigned CXLoadedDiagnostic::getCategory() const { in getCategory() function in CXLoadedDiagnostic
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h387 fltCategory getCategory() const { return category; } in getCategory() function
642 fltCategory getCategory() const;
1031 bool isZero() const { return getCategory() == fcZero; } in isZero()
1032 bool isInfinity() const { return getCategory() == fcInfinity; } in isInfinity()
1033 bool isNaN() const { return getCategory() == fcNaN; } in isNaN()
1042 fltCategory getCategory() const { return getIEEE().getCategory(); } in getCategory() function
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DLocal.java54 return type.ropType.getCategory(); in size()
/external/skia/src/core/
DSkMaskCache.cpp56 const char* getCategory() const override { return "rrect-blur"; } in getCategory() function
150 const char* getCategory() const override { return "rects-blur"; } in getCategory() function
DSkYUVPlanesCache.cpp51 const char* getCategory() const override { return "yuv-planes"; } in getCategory() function
DSkBitmapCache.cpp173 const char* getCategory() const override { return "bitmap"; } in getCategory() function in SkBitmapCache::Rec
364 const char* getCategory() const override { return "mipmap"; } in getCategory() function
DSkResourceCache.h102 virtual const char* getCategory() const = 0;
DSkResourceCache.cpp565 rec.getCategory(), rec.bytesUsed(), rec.diagnostic_only_getDiscardable()); in dump_visitor()
574 SkString dumpName = SkStringPrintf("skia/sk_resource_cache/%s_%p", rec.getCategory(), &rec); in sk_trace_dump_visitor()
/external/skia/bench/
DImageCacheBench.cpp29 const char* getCategory() const override { return "imagecachebench-test"; } in getCategory() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h49 StringRef getCategory() const { return Category; } in getCategory() function
/external/clang/utils/analyzer/
DCmpRuns.py63 def getCategory(self): member in AnalysisDiagnostic
84 self.getColumn(), self.getCategory(),
/external/skia/tests/
DImageCacheTest.cpp29 const char* getCategory() const override { return "test_cache"; } in getCategory() function
DSkResourceCacheTest.cpp237 const char* getCategory() const override { return "test-category"; } in getCategory() function
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp237 GetIssueString(SM, FL, getCheckName().getName(), BT->getCategory(), in checkPostStmt()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp383 if (X.getCategory() != Y.getCategory()) in compare()
384 return X.getCategory() < Y.getCategory(); in compare()
DPlistDiagnostics.cpp387 EmitString(o, D->getCategory()) << '\n'; in FlushDiagnosticsImpl()
DHTMLDiagnostics.cpp247 StringRef BugCategory = D.getCategory(); in ReportDiag()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h319 fltCategory getCategory() const { return category; } in getCategory() function
/external/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp113 const char* getCategory() const override { return "request_cache"; } in getCategory() function
/external/llvm/include/llvm/ADT/
DAPFloat.h439 fltCategory getCategory() const { return category; } in getCategory() function
/external/skia/src/shaders/
DSkPictureShader.cpp101 const char* getCategory() const override { return "bitmap-shader"; } in getCategory() function

12