Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2547 const MemRegion *RegionRVal = RVal.getAsRegion(); in handle() local
2548 if (isa_and_nonnull<SymbolicRegion>(RegionRVal)) { in handle()
2549 Report.markInteresting(RegionRVal, Opts.Kind); in handle()
2551 loc::MemRegionVal(RegionRVal), in handle()