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

Method NodeBlock

NULLC/SyntaxTree.cpp:391–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389//////////////////////////////////////////////////////////////////////////
390
391NodeBlock::NodeBlock(FunctionInfo* parentFunc, unsigned int shift)
392{
393 parentFunction = parentFunc;
394 stackFrameShift = shift;
395
396 first = TakeLastNode();
397
398 nodeType = typeNodeBlockOp;
399}
400NodeBlock::~NodeBlock()
401{
402}

Callers

nothing calls this directly

Calls 1

TakeLastNodeFunction · 0.85

Tested by

no test coverage detected