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

Function AddVoidNode

NULLC/Callbacks.cpp:704–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704void AddVoidNode()
705{
706 CodeInfo::nodeList.push_back(new NodeZeroOP());
707}
708
709void AddNullPointer()
710{

Callers 15

EndBlockFunction · 0.85
AddArrayIteratorFunction · 0.85
FunctionPrototypeFunction · 0.85
FunctionEndFunction · 0.85
TypeFinishFunction · 0.85
CreateRedirectionTablesFunction · 0.85
ParseFunctionDefinitionFunction · 0.85
ParseIfExprFunction · 0.85
ParseForExprFunction · 0.85
ParseWhileExprFunction · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected