Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isClass
Method
isClass
lib/templatesimplifier.h:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
};
95
96
void isClass(bool state) {
97
setFlag(fIsClass, state);
98
}
99
void isFunction(bool state) {
100
setFlag(fIsFunction, state);
101
}
Callers
15
checkFunctionVariableUsage_iterateScopes
Method · 0.80
checkFunctionVariableUsage
Method · 0.80
checkCatchExceptionByValue
Method · 0.80
createSymbolDatabaseNeedInitialization
Method · 0.80
printVariable
Method · 0.80
printXml
Method · 0.80
expandTemplate
Method · 0.80
printOut
Method · 0.80
valueFlowInjectParameter
Function · 0.80
checkStruct
Method · 0.80
checkPassByReference
Method · 0.80
isVariableMutableInInitializer
Function · 0.80
Calls
2
setFlag
Function · 0.70
getFlag
Function · 0.70
Tested by
3
functionArgs1
Method · 0.64
symboldatabase23
Method · 0.64
symboldatabase53
Method · 0.64