HomeSort by: relevance | last modified time | path
    Searched refs:PathDiagnosticEventPiece (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeleteWithNonVirtualDtorChecker.cpp 145 return std::make_shared<PathDiagnosticEventPiece>(Pos, OS.str(), true);
ValistChecker.cpp 88 return std::make_shared<PathDiagnosticEventPiece>(L, BR.getDescription(),
400 return std::make_shared<PathDiagnosticEventPiece>(Pos, Msg, true);
DynamicTypeChecker.cpp 142 return std::make_shared<PathDiagnosticEventPiece>(Pos, OS.str(), true);
ObjCSuperDeallocChecker.cpp 273 return std::make_shared<PathDiagnosticEventPiece>(
Taint.cpp 251 return std::make_shared<PathDiagnosticEventPiece>(L, "Taint originated here");
InnerPointerChecker.cpp 330 return std::make_shared<PathDiagnosticEventPiece>(Pos, OS.str(), true);
TestAfterDivZeroChecker.cpp 127 return std::make_shared<PathDiagnosticEventPiece>(
MacOSKeychainAPIChecker.cpp 646 return std::make_shared<PathDiagnosticEventPiece>(Pos,
MoveChecker.cpp 330 return std::make_shared<PathDiagnosticEventPiece>(Pos, OS.str(), true);
DynamicTypePropagation.cpp 1099 return std::make_shared<PathDiagnosticEventPiece>(Pos, OS.str(), true);
NullabilityChecker.cpp 330 return std::make_shared<PathDiagnosticEventPiece>(Pos, InfoText, true);
MallocChecker.cpp 825 return std::make_shared<PathDiagnosticEventPiece>(L, BR.getDescription(),
3341 auto P = std::make_shared<PathDiagnosticEventPiece>(Pos, Msg, true);
LocalizationChecker.cpp 1027 auto Piece = std::make_shared<PathDiagnosticEventPiece>(
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.cpp 109 return std::make_shared<PathDiagnosticEventPiece>(L, ErrorText);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 70 PathDiagnosticEventPiece::~PathDiagnosticEventPiece() = default;
1001 std::shared_ptr<PathDiagnosticEventPiece>
1017 return std::make_shared<PathDiagnosticEventPiece>(callEnter, Out.str());
1020 std::shared_ptr<PathDiagnosticEventPiece>
1036 return std::make_shared<PathDiagnosticEventPiece>(callEnterWithin, Out.str());
1039 std::shared_ptr<PathDiagnosticEventPiece>
1062 return std::make_shared<PathDiagnosticEventPiece>(callReturn, Out.str());
1170 LLVM_DUMP_METHOD void PathDiagnosticEventPiece::dump() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 535 class PathDiagnosticEventPiece : public PathDiagnosticSpotPiece {
539 PathDiagnosticEventPiece(const PathDiagnosticLocation &pos,
542 ~PathDiagnosticEventPiece() override;
607 std::shared_ptr<PathDiagnosticEventPiece> getCallEnterEvent() const;
608 std::shared_ptr<PathDiagnosticEventPiece>
610 std::shared_ptr<PathDiagnosticEventPiece> getCallExitEvent() const;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 337 auto P = std::make_shared<PathDiagnosticEventPiece>(
726 return std::make_shared<PathDiagnosticEventPiece>(L, os.str());
1139 auto EventPiece = std::make_shared<PathDiagnosticEventPiece>(L, Out.str());
1625 return std::make_shared<PathDiagnosticEventPiece>(L, os.str());
1695 auto X = std::make_shared<PathDiagnosticEventPiece>(L, os.str());
1834 static std::shared_ptr<PathDiagnosticEventPiece>
1847 return std::make_shared<PathDiagnosticEventPiece>(
2255 return std::make_shared<PathDiagnosticEventPiece>(L, OS.str());
2272 if (auto *ev = dyn_cast<PathDiagnosticEventPiece>(piece.get()))
2440 return std::make_shared<PathDiagnosticEventPiece>(
    [all...]
BugReporter.cpp 344 static PathDiagnosticEventPiece *
345 eventsDescribeSameCondition(PathDiagnosticEventPiece *X,
346 PathDiagnosticEventPiece *Y) {
395 dyn_cast<PathDiagnosticEventPiece>(path.front().get())) {
396 auto *event = cast<PathDiagnosticEventPiece>(piece.get());
454 auto &event = cast<PathDiagnosticEventPiece>(*piece);
1256 auto p = std::make_shared<PathDiagnosticEventPiece>(
1300 auto PE = std::make_shared<PathDiagnosticEventPiece>(L, str);
1517 const auto *EV = dyn_cast<PathDiagnosticEventPiece>(NextI->get());
1635 if (isa<PathDiagnosticEventPiece>(NextI->get()))
    [all...]
PlistDiagnostics.cpp 121 ReportEvent(o, cast<PathDiagnosticEventPiece>(P), indent, depth,
145 void ReportEvent(raw_ostream &o, const PathDiagnosticEventPiece& P,
297 void PlistPrinter::ReportEvent(raw_ostream &o, const PathDiagnosticEventPiece& P,
HTMLDiagnostics.cpp 1037 if (const auto *EP = dyn_cast<PathDiagnosticEventPiece>(subPiece.get())) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp 378 static std::shared_ptr<PathDiagnosticEventPiece>
424 return std::make_shared<PathDiagnosticEventPiece>(L, os.str());
428 static std::shared_ptr<PathDiagnosticEventPiece>
455 return std::make_shared<PathDiagnosticEventPiece>(L, os.str());
502 return std::make_shared<PathDiagnosticEventPiece>(Pos, os.str());
544 return std::make_shared<PathDiagnosticEventPiece>(Pos, os.str());
597 auto P = std::make_shared<PathDiagnosticEventPiece>(Pos, os.str());
841 return std::make_shared<PathDiagnosticEventPiece>(L, os.str());

Completed in 39 milliseconds