/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | hdrgen.c | 117 buf->writeByte(';'); in visit() 159 buf->writeByte(';'); in visit() 178 buf->writeByte('}'); in visit() 184 buf->writeByte('{'); in visit() 192 buf->writeByte('}'); in visit() 200 buf->writeByte(')'); in visit() 228 buf->writeByte(';'); in visit() 231 buf->writeByte(' '); in visit() 234 buf->writeByte(';'); in visit() 237 buf->writeByte(' '); in visit() [all …]
|
H A D | cppmangle.c | 60 buf->writeByte((char)i); in write_seq_id() 72 buf->writeByte('S'); in substitute() 77 buf->writeByte('_'); in substitute() 168 buf->writeByte('I'); in template_args() 184 buf->writeByte('I'); // argument pack in template_args() 194 buf->writeByte('E'); in template_args() 210 buf->writeByte('L'); in template_args() 216 buf->writeByte('n'); in template_args() 219 buf->writeByte('E'); in template_args() 237 buf->writeByte('X'); in template_args() [all …]
|
H A D | dmangle.c | 105 buf->writeByte('x'); in MODtoDecoBuffer() 108 buf->writeByte('y'); in MODtoDecoBuffer() 111 buf->writeByte('O'); in MODtoDecoBuffer() 232 buf->writeByte(mc); in mangleFuncType() 266 buf->writeByte('Z' - t->varargs); // mark end of arg list in mangleFuncType() 364 buf->writeByte('0'); in mangleParent() 373 buf->writeByte('M'); in mangleFunc() 620 buf->writeByte('N'); in visit() 625 buf->writeByte('i'); in visit() 632 buf->writeByte('e'); in visit() [all …]
|
H A D | tokens.c | 103 buf.writeByte('"'); in toChars() 115 buf.writeByte('\\'); in toChars() 121 buf.writeByte(c); in toChars() 133 buf.writeByte('"'); in toChars() 135 buf.writeByte(postfix); in toChars() 143 buf.writeByte('x'); in toChars() 144 buf.writeByte('"'); in toChars() 148 buf.writeByte(' '); in toChars() 151 buf.writeByte('"'); in toChars() 153 buf.writeByte(postfix); in toChars() [all …]
|
H A D | lexer.c | 1115 stringbuffer.writeByte(0); in wysiwygStringConstant() 1135 stringbuffer.writeByte(c); in wysiwygStringConstant() 1184 stringbuffer.writeByte(v); in hexStringConstant() 1187 stringbuffer.writeByte(0); in hexStringConstant() 1213 stringbuffer.writeByte(v); in hexStringConstant() 1375 stringbuffer.writeByte(0); in delimitedStringConstant() 1477 stringbuffer.writeByte(0); in escapeStringConstant() 1507 stringbuffer.writeByte(c); in escapeStringConstant() 1995 stringbuffer.writeByte(*pstart); in inreal() 1999 stringbuffer.writeByte(0); in inreal() [all …]
|
H A D | utils.c | 115 buf->writeByte('\\'); in escapePath() 118 buf->writeByte(*fname); in escapePath()
|
H A D | dimport.c | 334 ob->writeByte(' '); in semantic() 338 ob->writeByte(' '); in semantic() 357 ob->writeByte(')'); in semantic() 362 ob->writeByte(':'); in semantic() 364 ob->writeByte(','); in semantic()
|
H A D | dmodule.c | 215 dotmods->writeByte('.'); in checkModFileAlias() 242 buf.writeByte('\\'); in load() 244 buf.writeByte('/'); in load() 250 buf.writeByte(0); in load() 282 buf.writeByte('.'); in load() 398 dbuf.writeByte(u); in parse() 400 dbuf.writeByte(0); // add 0 as sentinel for scanner in parse() 451 dbuf.writeByte(u); in parse() 453 dbuf.writeByte(0); // add 0 as sentinel for scanner in parse() 1128 buf.writeByte('.'); in toChars()
|
H A D | json.c | 49 buf->writeByte(' '); in indent() 68 buf->writeByte('\"'); in stringStart() 73 buf->writeByte('\"'); in stringEnd() 117 buf->writeByte(c); in stringPart() 539 buf->writeByte('.'); in visit()
|
H A D | doc.c | 454 buf.writeByte('\r'); in gendocfile() 464 buf.writeByte(c); in gendocfile() 601 buf->writeByte('.'); in emitAnchorName() 643 buf->writeByte(')'); in emitAnchor() 738 buf->writeByte(' '); in emitProtection() 795 buf->writeByte(')'); in emitComment() 1069 buf->writeByte('('); in toDocBuffer() 1079 buf->writeByte(')'); in toDocBuffer() 1087 buf->writeByte(')'); in toDocBuffer() 1504 while (n--) buf->writeByte(' '); in writeSections() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | hdrgen.d | 107 buf.writeByte(')'); in moduleToBuffer2() 123 buf.writeByte(';'); in moduleToBuffer2() 176 buf.writeByte(';'); in visit() 219 buf.writeByte(';'); in visit() 235 buf.writeByte('}'); in visit() 241 buf.writeByte('{'); in visit() 247 buf.writeByte('}'); in visit() 261 buf.writeByte(' '); in visit() 269 buf.writeByte(')'); in visit() 297 buf.writeByte(';'); in visit() [all …]
|
H A D | dmangle.d | 361 buf.writeByte(mc); in mangleFuncType() 398 buf.writeByte('Z' - t.parameterList.varargs); // mark end of arg list in mangleFuncType() 440 buf.writeByte('Z'); in visit() 496 buf.writeByte('0'); in mangleParent() 508 buf.writeByte('M'); in mangleFunc() 724 buf.writeByte('H'); // https://issues.dlang.org/show_bug.cgi?id=6574 in mangleTemplateInstance() 727 buf.writeByte('T'); in mangleTemplateInstance() 757 buf.writeByte('V'); in mangleTemplateInstance() 786 buf.writeByte('X'); in mangleTemplateInstance() 792 buf.writeByte('X'); in mangleTemplateInstance() [all …]
|
H A D | lambdacomp.d | 209 buf.writeByte('.'); in visit() 211 buf.writeByte('_'); in visit() 224 buf.writeByte('_'); in checkArgument() 289 buf.writeByte('.'); in visit() 291 buf.writeByte('_'); in visit() 327 buf.writeByte('('); in visit() 332 buf.writeByte(')'); in visit() 340 buf.writeByte('('); in visit() 353 buf.writeByte('_'); in visit() 362 buf.writeByte('_'); in visit() [all …]
|
H A D | cppmangle.d | 245 buf.writeByte(cast(char)i); in writeSequenceFromIndex() 280 buf.writeByte('N'); 281 buf.writeByte('S'); 283 buf.writeByte('_'); 461 buf.writeByte('L'); in template_arg() 467 buf.writeByte('n'); in template_arg() 470 buf.writeByte('E'); in template_arg() 496 buf.writeByte('L'); in template_arg() 498 buf.writeByte('E'); in template_arg() 539 buf.writeByte('I'); [all …]
|
H A D | utils.d | 134 buf.writeByte('\\'); in escapePath() 137 buf.writeByte(*fname); in escapePath() 168 buf.writeByte('$'); in writeEscapedMakePath() 173 buf.writeByte('\\'); in writeEscapedMakePath() 176 buf.writeByte('\\'); in writeEscapedMakePath() 184 buf.writeByte('\\'); in writeEscapedMakePath() 192 buf.writeByte(*fname); in writeEscapedMakePath()
|
H A D | dtoh.d | 486 buf.writeByte('_'); 859 buf.writeByte('~'); 1095 buf.writeByte('<'); 1300 buf.writeByte('('); 1358 buf.writeByte('('); 1360 buf.writeByte(')'); 1570 buf.writeByte(' '); 1579 buf.writeByte(' '); 1614 buf.writeByte('_'); 1753 buf.writeByte(' '); [all …]
|
H A D | tokens.d | 959 buf.writeByte('\0'); in toChars() 995 buf.writeByte('"'); in toChars() 1002 buf.writeByte('"'); in toChars() 1004 buf.writeByte(postfix); in toChars() 1005 buf.writeByte(0); in toChars() 1091 buf.writeByte('\\'); in writeCharLiteral() 1097 buf.writeByte(c); in writeCharLiteral() 1131 buf.writeByte('\''); in writeSingleCharLiteral() 1133 buf.writeByte('\\'); in writeSingleCharLiteral() 1136 buf.writeByte('"'); in writeSingleCharLiteral() [all …]
|
H A D | globals.d | 538 buf.writeByte('('); 542 buf.writeByte(','); 545 buf.writeByte(')'); 548 buf.writeByte(':'); 552 buf.writeByte(':');
|
H A D | json.d | 66 buf.writeByte(' '); in indent() 83 buf.writeByte('\"'); in stringStart() 88 buf.writeByte('\"'); in stringEnd() 124 buf.writeByte(c); in stringPart() 146 buf.writeByte('-'); in value() 511 buf.writeByte('.'); in visit() 987 scope(exit) buf.writeByte('\n'); in json_generate()
|
H A D | dmodule.d | 128 dotmods.writeByte('.'); in getFilename() 141 buf.writeByte(FileSeparator); in getFilename() 146 buf.writeByte(0); in getFilename() 520 buf.writeByte('.'); in load() 729 dbuf.writeByte(u); in parseModule() 731 dbuf.writeByte(0); //add null terminator in parseModule() 798 dbuf.writeByte(u); in parseModule() 800 dbuf.writeByte(0); //add a terminating null byte in parseModule() 1507 buf.writeByte('.'); in toChars()
|
H A D | objc.d | 108 buf.writeByte(firstChar); in create() 110 buf.writeByte(':'); in create() 118 buf.writeByte('_'); in create() 122 buf.writeByte(':'); in create() 126 buf.writeByte('\0'); in create()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/ |
H A D | outbuffer.d | 322 writeByte(0); in writeString() 349 writeByte('\n'); in writenl() 387 extern (C++) void writeByte(uint b) pure nothrow in writeByte() function 690 writeByte(0); 704 writeByte(0); in peekChars() 714 writeByte(0); in extractChars() 728 writeByte(b); in writesLEB128() 731 writeByte(b | 0x80); in writesLEB128() 744 writeByte(b); in writeuLEB128() 853 buf.writeByte('a'); [all …]
|
H A D | outbuffer.h | 56 void writeByte(unsigned b);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-diagnostic.cc | 53 buf.writeByte (*p); in expand_d_format() 65 buf.writeByte ('`'); in expand_d_format() 69 buf.writeByte (*p); in expand_d_format() 93 buf.writeByte (*p); in expand_d_format() 118 buf.writeByte ('x'); in expand_d_format()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | outbuffer.c | 89 writeByte('\n'); in writenl() 95 void OutBuffer::writeByte(unsigned b) in writeByte() function 412 writeByte(0); in peekString() 421 writeByte(0); in extractString()
|