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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2291 auto RKind = getInterestingnessKind(V.getAsRegion()); local
2293 if (!RKind)
2296 return RKind;
2300 switch(*RKind) {
2302 return RKind;

Completed in 103 milliseconds