Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tuple
Method · 0.85
walk_variant
Method · 0.85
walk_tuple
Method · 0.85
walk_variant
Method · 0.85
walk_tuple
Method · 0.85
getStructAlign
Function · 0.85
getTupleAlign
Function · 0.85
getTupleSize
Function · 0.85
getTupleFieldOffset
Function · 0.85
getVariantAlign
Function · 0.85
das_type_info_get_align
Function · 0.85
Calls
1
getTypeBaseAlign
Function · 0.85
Tested by
no test coverage detected