Home
last modified time | relevance | path

Searched refs:canPrintPretty (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1119 if (MR->canPrintPretty()) { in visitNodeInitial()
1268 if (NewR->canPrintPretty()) { in showBRDiagnostics()
1288 } else if (OldR && OldR->canPrintPretty()) { in showBRDiagnostics()
1296 os << (NewR->canPrintPretty() ? "initialized" : "Initializing") in showBRDiagnostics()
1299 os << (NewR->canPrintPretty() ? "declared" : "Declaring") in showBRDiagnostics()
1304 os << (NewR->canPrintPretty() ? "initialized" : "Initialized") << " here"; in showBRDiagnostics()
1326 } else if (ValueR && ValueR->canPrintPretty()) { in showBRParamDiagnostics()
1335 if (VR->canPrintPretty()) { in showBRParamDiagnostics()
1356 if (NewR->canPrintPretty()) in showBRDefaultDiagnostics()
1363 if (NewR->canPrintPretty()) in showBRDefaultDiagnostics()
[all …]
H A DMemRegion.cpp590 bool MemRegion::canPrintPretty() const { in canPrintPretty() function in MemRegion
599 assert(canPrintPretty() && "This region cannot be printed pretty."); in printPretty()
632 bool FieldRegion::canPrintPretty() const { in canPrintPretty() function in FieldRegion
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h154 virtual bool canPrintPretty() const;
1081 bool canPrintPretty() const override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp163 if (Region->canPrintPretty()) { in checkAndPrettyPrintRegion()
H A DMallocChecker.cpp2570 if (Region && Region->canPrintPretty()) { in HandleLeak()