Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2368 const MemRegion *RegionRVal = RVal.getAsRegion(); in handle() local
2369 if (isa_and_nonnull<SymbolicRegion>(RegionRVal)) { in handle()
2370 Report.markInteresting(RegionRVal, Opts.Kind); in handle()
2372 loc::MemRegionVal(RegionRVal), in handle()