Searched refs:getInterestingnessKind (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h454 getInterestingnessKind(SymbolRef sym) const;
457 getInterestingnessKind(const MemRegion *R) const;
459 Optional<bugreporter::TrackingKind> getInterestingnessKind(SVal V) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp340 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) {
350 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2240 PathSensitiveBugReport::getInterestingnessKind(SVal V) const { function in class:PathSensitiveBugReport
2241 auto RKind = getInterestingnessKind(V.getAsRegion());
2242 auto SKind = getInterestingnessKind(V.getAsSymbol());
2258 "BugReport::getInterestingnessKind currently can only handle 2 different "
2265 PathSensitiveBugReport::getInterestingnessKind(SymbolRef sym) const { function in class:PathSensitiveBugReport
2277 PathSensitiveBugReport::getInterestingnessKind(const MemRegion *R) const { function in class:PathSensitiveBugReport
2287 return getInterestingnessKind(SR->getSymbol());
2292 return getInterestingnessKind(V).hasValue();
2296 return getInterestingnessKind(sym).hasValue();
2300 return getInterestingnessKind(
[all...]
H A DBugReporterVisitors.cpp226 if (Optional<bugreporter::TrackingKind> K = B->getInterestingnessKind(*V))
235 return B->getInterestingnessKind(*V).hasValue();

Completed in 180 milliseconds