Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1133
void uninitvar_isalnum(void)
1134
{
1135
int i;
1136
// cppcheck-suppress uninitvar
1137
(void)std::isalnum(i);
1138
}
1139
1140
void uninitvar_isalpha(void)
1141
{
Callers
nothing calls this directly
Calls
1
isalnum
Function · 0.85
Tested by
no test coverage detected