Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2094 bool LVIsNull = LVState->isNull(LVal).isConstrainedTrue(); in trackExpressionValue() local
2099 if (RR && !LVIsNull) in trackExpressionValue()
2108 const MemRegion *R = (RR && LVIsNull) ? RR : in trackExpressionValue()