Searched refs:StoreSite (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp454 const ExplodedNode *StoreSite = nullptr; local
461 StoreSite = Pred;
471 StoreSite = Pred;
481 if (!StoreSite) {
491 StoreSite = Succ;
524 if (!StoreSite)
535 bugreporter::trackNullOrUndefValue(StoreSite, InitE, BR, IsParam,
538 ReturnVisitor::addVisitorIfNecessary(StoreSite, InitE->IgnoreParenCasts(),
547 if (Optional<PostStmt> PS = StoreSite->getLocationAs<PostStmt>()) {
561 ProgramStateRef State = StoreSite
[all...]

Completed in 102 milliseconds