MCPcopy Create free account
hub / github.com/WheretIB/nullc / SetCurrentAlignment

Function SetCurrentAlignment

NULLC/Callbacks.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void SetCurrentAlignment(unsigned int alignment)
306{
307 currAlign = alignment;
308}
309
310// Finds variable inside function external variable list, and if not found, adds it to a list
311FunctionInfo::ExternalInfo* AddFunctionExternal(FunctionInfo* func, VariableInfo* var)

Callers 7

FunctionEndFunction · 0.85
TypeInstanceGenericFunction · 0.85
ParseClassDefinitionFunction · 0.85
ParseEnumFunction · 0.85
ParseAlignmentFunction · 0.85
ParseVariableDefineFunction · 0.85
ParseExpressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected