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

Method CompileLLVMExtra

NULLC/SyntaxTreeLLVM.cpp:463–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void NodeZeroOP::CompileLLVMExtra()
464{
465 NodeZeroOP *curr = head;
466 while(curr)
467 {
468 curr->CompileLLVM();
469 curr = curr->next;
470 }
471}
472
473void NodeNumber::CompileLLVM()
474{

Callers

nothing calls this directly

Calls 1

CompileLLVMMethod · 0.80

Tested by

no test coverage detected