Searched refs:getInterestingnessKind (Results 1 – 3 of 3) sorted by relevance
457 getInterestingnessKind(SymbolRef sym) const;460 getInterestingnessKind(const MemRegion *R) const;462 std::optional<bugreporter::TrackingKind> getInterestingnessKind(SVal V) const;
2326 PathSensitiveBugReport::getInterestingnessKind(SVal V) const { in getInterestingnessKind() function in PathSensitiveBugReport2327 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 PathSensitiveBugReport2363 PathSensitiveBugReport::getInterestingnessKind(const MemRegion *R) const { in getInterestingnessKind() function in PathSensitiveBugReport2373 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()
282 B->getInterestingnessKind(*V)) in isVarAnInterestingCondition()291 return B->getInterestingnessKind(*V).has_value(); in isInterestingExpr()