Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2327 auto RKind = getInterestingnessKind(V.getAsRegion()); in getInterestingnessKind() local
2329 if (!RKind) in getInterestingnessKind()
2332 return RKind; in getInterestingnessKind()
2336 switch(*RKind) { in getInterestingnessKind()
2338 return RKind; in getInterestingnessKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4356 for (auto [Level, RKind] : llvm::enumerate(Regions)) { in processCapturedRegions()
4357 switch (RKind) { in processCapturedRegions()