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

  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 312 if (MR->canPrintPretty()) {
554 action = R->canPrintPretty() ? "initialized to " :
557 action = R->canPrintPretty() ? "captured by block as " :
576 if (R->canPrintPretty()) {
603 os << (R->canPrintPretty() ? "initialized" : "Initializing")
606 os << (R->canPrintPretty() ? "declared" : "Declaring")
612 os << (R->canPrintPretty() ? "initialized" : "Initialized")
640 if (R->canPrintPretty()) {
659 if (R->canPrintPretty())
666 if (R->canPrintPretty())
    [all...]
MemRegion.cpp 568 bool MemRegion::canPrintPretty() const {
577 assert(canPrintPretty() && "This region cannot be printed pretty.");
605 bool FieldRegion::canPrintPretty() const {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 169 virtual bool canPrintPretty() const;
954 bool canPrintPretty() const override;
    [all...]

Completed in 79 milliseconds