MCPcopy 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
4908void addressof(int a)
4909{
4910 // cppcheck-suppress ignoredReturnValue
4911 std::addressof(a);
4912}
4913
4914void string_view_unused(std::string_view v)
4915{

Callers 2

getKnownValueFromTokenFunction · 0.85
getImpossibleValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected