Home
last modified time | relevance | path

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

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