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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  665   ProgramStateRef bindReturnValue(const CallEvent &Call,

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
   92       State = bindReturnValue(Call, LCtx, State);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  676   State = bindReturnValue(Call, Pred->getLocationContext(), State);