instructions.cpp File Reference

Include dependency graph for instructions.cpp:

Go to the source code of this file.

Functions

static std::string createFuncName (int label)


Function Documentation

static std::string createFuncName ( int  label  )  [static]

Definition at line 66 of file instructions.cpp.

References stream.

00067 {
00068    std::ostringstream stream;
00069    stream << "function";
00070    stream << label;
00071    return stream.str();
00072 }


Generated on Tue Sep 29 06:25:23 2009 for Gallium3D by  doxygen 1.5.4