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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2241 auto RKind = getInterestingnessKind(V.getAsRegion()); local
2243 if (!RKind)
2246 return RKind;
2250 switch(*RKind) {
2252 return RKind;

Completed in 50 milliseconds