Searched refs:args_buffer (Results 1 – 1 of 1) sorted by relevance
157 std::string args_buffer; // This one stores the definition of all the args in "struct caller". in CompileFunction() local186 args_buffer.append (" "); in CompileFunction()187 args_buffer.append (type_name); in CompileFunction()189 args_buffer.push_back (' '); in CompileFunction()190 args_buffer.append (arg_buf); in CompileFunction()191 args_buffer.append (";\n"); in CompileFunction()201 m_wrapper_function_text.append (args_buffer); in CompileFunction()