MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / GetSize

Function GetSize

InsightsHelpers.cpp:1628–1631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1626//-----------------------------------------------------------------------------
1627
1628uint64_t GetSize(const ConstantArrayType* arrayType)
1629{
1630 return arrayType->getSize().getZExtValue();
1631}
1632//-----------------------------------------------------------------------------
1633
1634void StringStream::Print(const TemplateArgument& arg)

Callers 6

FillConstantArrayMethod · 0.85
InsertArgMethod · 0.85
InsertDtorCallMethod · 0.85
CallVecDtorFunction · 0.85
InsertArgMethod · 0.85
HandleTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected