Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ addressof
Function
addressof
test/cfg/std.cpp:4908–4912 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4906
};
4907
4908
void addressof(int a)
4909
{
4910
// cppcheck-suppress ignoredReturnValue
4911
std::addressof(a);
4912
}
4913
4914
void string_view_unused(std::string_view v)
4915
{
Callers
2
getKnownValueFromToken
Function · 0.85
getImpossibleValue
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected