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

Function f

test/cfg/std.cpp:5041–5043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5039};
5040
5041void f(S_constParameter_std_begin& s) {
5042 std::for_each(std::begin(s.a), std::end(s.a), [](int& i) { ++i; });
5043}
5044
5045void f(T_constParameter_std_begin& t) {
5046 std::for_each(std::begin(t.v), std::end(t.v), [](int& i) { ++i; });

Callers 15

forwardRecursiveMethod · 0.50
forwardRangeMethod · 0.50
applyMethod · 0.50
runFunction · 0.50
compileUnaryOpFunction · 0.50
compileBinOpFunction · 0.50
~OnExceptionMethod · 0.50
accumulateStructMembersFunction · 0.50
forEachMethod · 0.50
traverseConditionMethod · 0.50
productParamsFunction · 0.50
visitValueFunction · 0.50

Calls 2

beginFunction · 0.50
endFunction · 0.50

Tested by 2

memoizeMethod · 0.40
misra_12_3Function · 0.40