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

Method NodeConvertPtr

NULLC/SyntaxTree.cpp:673–682  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

671
672//////////////////////////////////////////////////////////////////////////
673NodeConvertPtr::NodeConvertPtr(TypeInfo *dstType)
674{
675 assert(dstType);
676
677 typeInfo = dstType;
678
679 first = TakeLastNode();
680
681 nodeType = typeNodeConvertPtr;
682}
683NodeConvertPtr::~NodeConvertPtr()
684{
685}

Callers

nothing calls this directly

Calls 2

assertFunction · 0.85
TakeLastNodeFunction · 0.85

Tested by

no test coverage detected