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

Method emitcode

src/liboslcomp/codegen.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77int
78OSLCompilerImpl::emitcode (const char *opname, size_t nargs, Symbol **args,
79 ASTNode *node)
80{
81 // Reduce to a call to insert_code at the end of the ops
82 return insert_code ((int) m_ircode.size(), opname, nargs, args, node);
83}
84
85
86

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected