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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
 1062   ProgramStateRef State = Pred->getState();
 1068       if (inlineCall(Call, D, Bldr, Pred, State))
 1073     conservativeEvalCall(Call, Bldr, Pred, State);
 1082   inlineCall(Call, D, Bldr, Pred, IState);
 1087   conservativeEvalCall(Call, Bldr, Pred, NoIState);