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

Function execute

lib/programmemory.cpp:1818–1822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1816} // namespace
1817
1818static ValueFlow::Value execute(const Token* expr, ProgramMemory& pm, const Settings& settings)
1819{
1820 Executor ex{&pm, settings};
1821 return ex.execute(expr);
1822}
1823
1824std::vector<ValueFlow::Value> execute(const Scope* scope, ProgramMemory& pm, const Settings& settings)
1825{

Callers 15

afterConditionMethod · 0.85
valueFlowForLoop2Function · 0.85
valueFlowFunctionReturnFunction · 0.85
evaluateIntFunction · 0.85
evaluateConditionFunction · 0.85
removeModifiedVarsMethod · 0.85
executeMultiConditionMethod · 0.85
executeImplMethod · 0.85
executeMethod · 0.85

Calls 2

isImpossibleMethod · 0.80
executeMethod · 0.45

Tested by

no test coverage detected