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

Method isGlobal

lib/vf_analyzers.cpp:1339–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1337 }
1338
1339 bool isGlobal() const override {
1340 return !local;
1341 }
1342
1343 bool isClassVariable() const override
1344 {

Callers 15

createMethod · 0.45
checkFileUsageMethod · 0.45
deallocThrowMethod · 0.45
lifetimeMessageMethod · 0.45
getLifetimeTokensFunction · 0.45
afterConditionMethod · 0.45
bifurcateVariableChangedFunction · 0.45
isClassVariableMethod · 0.45
checkConstVariableMethod · 0.45
isLargeObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected