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

Function ValueType

lib/symboldatabase.h:1262–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260
1261 ValueType() = default;
1262 ValueType(Sign s, Type t, nonneg int p)
1263 : sign(s),
1264 type(t),
1265 pointer(p)
1266 {}
1267 ValueType(Sign s, Type t, nonneg int p, nonneg int c)
1268 : sign(s),
1269 type(t),

Callers 1

symboldatabase.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected