MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / getTupleAlign

Function getTupleAlign

src/simulate/debug_info.cpp:228–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 int getTupleAlign ( TypeInfo * info ) {
229 int al = 0;
230 for ( uint32_t i=0, is=info->argCount; i!=is; ++i ) {
231 al = das::max ( al, getTypeAlign(info->argTypes[i]) );
232 }
233 return al;
234 }
235
236 int getTupleSize ( TypeInfo * info ) {
237 int size = 0;

Callers 4

getTupleSizeFunction · 0.85
getTypeBaseAlignFunction · 0.85
getTupleSize64Method · 0.85
getAlignOfMethod · 0.85

Calls 1

getTypeAlignFunction · 0.85

Tested by

no test coverage detected