reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1029     assert(RetE && "Tracking a return value for a void function");
 1033     if (RetE->isGLValue()) {
 1035         SVal RValue = State->getRawSVal(*LValue, RetE->getType());
 1046     RetE = RetE->IgnoreParenCasts();
 1046     RetE = RetE->IgnoreParenCasts();
 1050         N, RetE, BR, TKind, EnableNullFPSuppression);
 1068         if (RetE->getType()->isObjCObjectPointerType()) {
 1106       if (const auto *DR = dyn_cast<DeclRefExpr>(RetE))