reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/utils/TableGen/MveEmitter.cpp
  736         OS << "  " << kv.first << " = " << kv.second << ";\n";
  737       OS << "  break; // custom code gen\n";
  749       OS << "  ";
  752         OS << "return "; // FIXME: what if the top-level thing is void?
  755         OS << V->typeName();
  757           OS << " ";
  758         OS << V->varname() << " = ";
  760       V->genCode(OS, ParamAlloc);
  761       OS << ";\n";