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

Function getTypeAlign

src/simulate/debug_info.cpp:336–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 }
335
336 int getTypeAlign ( TypeInfo * info ) {
337 return getTypeBaseAlign(info);
338 }
339
340 bool isVoid ( const TypeInfo * THIS ) {
341 return (THIS->type==Type::tVoid) && (THIS->dimSize==0);

Callers 11

walk_tupleMethod · 0.85
walk_variantMethod · 0.85
walk_tupleMethod · 0.85
walk_variantMethod · 0.85
walk_tupleMethod · 0.85
getStructAlignFunction · 0.85
getTupleAlignFunction · 0.85
getTupleSizeFunction · 0.85
getTupleFieldOffsetFunction · 0.85
getVariantAlignFunction · 0.85
das_type_info_get_alignFunction · 0.85

Calls 1

getTypeBaseAlignFunction · 0.85

Tested by

no test coverage detected