MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenShadingLanguage / codegen

Method codegen

src/liboslcomp/codegen.cpp:339–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337
338
339Symbol *
340ASTNode::codegen (Symbol *dest)
341{
342 codegen_children ();
343 // FIXME -- nobody should ever call this
344 std::cout << "codegen " << nodetypename() << " : "
345 << (opname() ? opname() : "") << "\n";
346 return NULL;
347}
348
349
350

Callers 8

compileMethod · 0.45
compile_bufferMethod · 0.45
codegen_listMethod · 0.45
codegen_initlistMethod · 0.45
codegen_assignMethod · 0.45
codegen_indexMethod · 0.45
codegen_argMethod · 0.45

Calls 15

initFunction · 0.85
nodetypeMethod · 0.80
main_method_nameMethod · 0.80
current_functionMethod · 0.80
return_locationMethod · 0.80
structspecMethod · 0.80
nextptrMethod · 0.80
is_structure_arrayMethod · 0.80
indexMethod · 0.80
codegen_assignMethod · 0.80
is_arrayMethod · 0.80

Tested by

no test coverage detected