Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isStructType
Method
isStructType
lib/symboldatabase.cpp:3732–3735 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3730
}
3731
3732
bool Type::isStructType() const
3733
{
3734
return classScope && classScope->type == ScopeType::eStruct;
3735
}
3736
3737
bool Type::isUnionType() const
3738
{
Callers
6
getAllocationType
Method · 0.80
valueFlowLifetimeClassConstructor
Function · 0.80
checkScope
Method · 0.80
getParentValueTypes
Function · 0.80
functionArgs8
Method · 0.80
functionArgs13
Method · 0.80
Calls
no outgoing calls
Tested by
2
functionArgs8
Method · 0.64
functionArgs13
Method · 0.64