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

Method isSmartPointer

lib/library.cpp:1953–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1951}
1952
1953bool Library::isSmartPointer(const Token* tok) const
1954{
1955 return detectSmartPointer(tok);
1956}
1957
1958const Library::SmartPointer* Library::detectSmartPointer(const Token* tok, bool withoutStd) const
1959{

Callers 13

isNullablePointerFunction · 0.80
evaluateMethod · 0.80
findFunctionMethod · 0.80
setValueTypeMethod · 0.80
valueFlowForwardAssignFunction · 0.80
valueFlowSmartPointerFunction · 0.80
checkScopeMethod · 0.80
functionCallMethod · 0.80
string_c_strMethod · 0.80
checkConstMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected