Home | History | Annotate | Download | only in slang

Lines Matching refs:GeneratedFile

120     int bitwidth, GeneratedFile &out) {
134 int seg_num, GeneratedFile &out) {
165 int bitwidth, GeneratedFile &out) {
219 GeneratedFile &out) {
234 const char *clazz_name, GeneratedFile &out) {
276 GeneratedFile out;
342 bool GeneratedFile::startFile(const string &outDirectory,
390 void GeneratedFile::closeFile() { close(); }
392 void GeneratedFile::increaseIndent() { mIndent.append(" "); }
394 void GeneratedFile::decreaseIndent() {
399 void GeneratedFile::comment(const std::string &s) {