Home
last modified time | relevance | path

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

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