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

Function AddNullPointer

NULLC/Callbacks.cpp:709–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709void AddNullPointer()
710{
711 CodeInfo::nodeList.push_back(new NodeNumber(0, CodeInfo::GetReferenceType(typeVoid)));
712}
713
714// Function that places string on stack, using list of NodeNumber in NodeExpressionList
715void AddStringNode(const char* s, const char* e, bool unescaped)

Callers 2

AddFunctionCallNodeFunction · 0.85
ParseTerminalFunction · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected