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

Method mangled

src/liboslcomp/ast.h:513–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511 Symbol *codegen (Symbol *dest = NULL);
512 ustring name () const { return m_name; }
513 std::string mangled () const { return m_sym->mangled(); }
514 Symbol *sym () const { return m_sym; }
515private:
516 ustring m_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected