Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2529 const MemRegion *RegionRVal = RVal.getAsRegion(); in handle() local
2530 if (isa_and_nonnull<SymbolicRegion>(RegionRVal)) { in handle()
2531 Report.markInteresting(RegionRVal, Opts.Kind); in handle()
2533 loc::MemRegionVal(RegionRVal), in handle()