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

Function uninitvar_isalnum

test/cfg/std.cpp:1133–1138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131}
1132
1133void uninitvar_isalnum(void)
1134{
1135 int i;
1136 // cppcheck-suppress uninitvar
1137 (void)std::isalnum(i);
1138}
1139
1140void uninitvar_isalpha(void)
1141{

Callers

nothing calls this directly

Calls 1

isalnumFunction · 0.85

Tested by

no test coverage detected