Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h457 getInterestingnessKind(SymbolRef sym) const;
460 getInterestingnessKind(const MemRegion *R) const;
462 std::optional<bugreporter::TrackingKind> getInterestingnessKind(SVal V) const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2326 PathSensitiveBugReport::getInterestingnessKind(SVal V) const { in getInterestingnessKind() function in PathSensitiveBugReport
2327 auto RKind = getInterestingnessKind(V.getAsRegion()); in getInterestingnessKind()
2328 auto SKind = getInterestingnessKind(V.getAsSymbol()); in getInterestingnessKind()
2351 PathSensitiveBugReport::getInterestingnessKind(SymbolRef sym) const { in getInterestingnessKind() function in PathSensitiveBugReport
2363 PathSensitiveBugReport::getInterestingnessKind(const MemRegion *R) const { in getInterestingnessKind() function in PathSensitiveBugReport
2373 return getInterestingnessKind(SR->getSymbol()); in getInterestingnessKind()
2378 return getInterestingnessKind(V).has_value(); in isInteresting()
2382 return getInterestingnessKind(sym).has_value(); in isInteresting()
2386 return getInterestingnessKind(R).has_value(); in isInteresting()
H A DBugReporterVisitors.cpp282 B->getInterestingnessKind(*V)) in isVarAnInterestingCondition()
291 return B->getInterestingnessKind(*V).has_value(); in isInterestingExpr()