|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h 1213 getSimpleCall(const CallExpr *E, ProgramStateRef State,
References
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp 3253 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC);
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp 1433 return getSimpleCall(CE, State, LC);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp 354 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp 506 = CEMgr.getSimpleCall(CE, Pred->getState(), Pred->getLocationContext());