Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/StaticAnalyzer/
H A DBugReportInterestingnessTest.cpp29 class InterestingnessTestChecker : public Checker<check::PreCall> { class
32 using HandlerFn = std::function<void(const InterestingnessTestChecker *,
37 &InterestingnessTestChecker::handleInteresting},
39 &InterestingnessTestChecker::handleNotInteresting},
41 &InterestingnessTestChecker::handleCheck},
42 {{CDM::SimpleFunc, {"bug"}, 1}, &InterestingnessTestChecker::handleBug},
51 InterestingnessTestChecker() in InterestingnessTestChecker() function in __anon06e55f050111::InterestingnessTestChecker
65 void InterestingnessTestChecker::handleInteresting(const CallEvent &Call, in handleInteresting()
75 void InterestingnessTestChecker::handleNotInteresting(const CallEvent &Call, in handleNotInteresting()
85 void InterestingnessTestChecker::handleCheck(const CallEvent &Call, in handleCheck()
[all …]