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.cpp2345 auto RKind = getInterestingnessKind(V.getAsRegion()); in getInterestingnessKind() local
2347 if (!RKind) in getInterestingnessKind()
2350 return RKind; in getInterestingnessKind()
2354 switch(*RKind) { in getInterestingnessKind()
2356 return RKind; in getInterestingnessKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4351 for (auto [Level, RKind] : llvm::enumerate(Regions)) { in processCapturedRegions()
4352 switch (RKind) { in processCapturedRegions()