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

Method isUnionType

lib/symboldatabase.cpp:3737–3740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3735}
3736
3737bool Type::isUnionType() const
3738{
3739 return classScope && classScope->type == ScopeType::eUnion;
3740}
3741
3742const Token *Type::initBaseInfo(const Token *tok, const Token *tok1)
3743{

Callers 5

checkRecursiveMethod · 0.80
getAllocationTypeMethod · 0.80
needsInitializationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected