Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2173 bool LVIsNull = LVState->isNull(LVal).isConstrainedTrue(); in handle() local
2178 if (RR && !LVIsNull) in handle()
2186 (RR && LVIsNull) ? RR : LVNode->getSVal(Inner).getAsRegion(); in handle()