MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / name

Method name

lib/valueflow.cpp:7366–7368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7364 F mRun;
7365 ValueFlowPassAdaptor(const char* pname, bool pcpp, F prun) : ValueFlowPass(), mName(pname), mCPP(pcpp), mRun(prun) {}
7366 const char* name() const override {
7367 return mName;
7368 }
7369 void run(const ValueFlowState& state) const override
7370 {
7371 mRun(state.tokenlist, state.symboldatabase, state.errorLogger, state.settings, state.skippedFunctions);

Callers 9

lifetimeMessageMethod · 0.45
valueFlowInjectParameterFunction · 0.45
valueFlowSwitchVariableFunction · 0.45
valueFlowSubFunctionFunction · 0.45
setFunctionReturnValueFunction · 0.45
valueFlowSafeFunctionsFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected