Searched refs:endOfLine (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | lexer.c | 111 endOfLine(); in Lexer() 116 void Lexer::endOfLine() in endOfLine() function 284 endOfLine(); in scan() 289 endOfLine(); in scan() 473 endOfLine(); in scan() 480 endOfLine(); in scan() 495 endOfLine(); in scan() 562 endOfLine(); in scan() 571 endOfLine(); in scan() 606 endOfLine(); in scan() [all …]
|
| H A D | lexer.h | 74 void endOfLine();
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | lexer.d | 145 endOfLine(); in this() 294 endOfLine(); in scan() 297 t.value = TOK.endOfLine; in scan() 313 endOfLine(); in scan() 316 t.value = TOK.endOfLine; in scan() 583 endOfLine(); in scan() 589 endOfLine(); in scan() 603 endOfLine(); in scan() 675 endOfLine(); in scan() 687 endOfLine(); in scan() [all …]
|
| H A D | tokens.h | 257 endOfLine, // \n, \r, \u2028, \u2029 enumerator
|
| H A D | tokens.d | 248 endOfLine, // \n, \r, \u2028, \u2029 enumerator 855 TOK.endOfLine: "\\n",
|
| H A D | cparse.d | 4869 if (n.value != TOK.endOfLine) in pragmaDirective() 4889 if (n.value != TOK.endOfLine) in pragmaPack() 4900 if (n.value != TOK.endOfLine) in pragmaPack() 5028 if (n.value != TOK.endOfLine) in pragmaPack()
|
| /netbsd-src/external/bsd/elftosb/dist/bdfiles/ |
| H A D | complex.bd | 139 load 0.w > (elffile:endOfLine)..(elffile:endOfLine + sizeof(elffile:endOfLine)); 163 jump :endOfLine(2); 200 jump :endOfLine(3);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | backtracking.d | 442 && endOfLine(back, front == '\n')) in matchImpl() 460 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi) in matchImpl() 1382 && endOfLine(back, front == '\n'))) in ctAtomCode() 1407 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi) in ctAtomCode()
|
| H A D | ir.d | 917 bool endOfLine()(dchar front, bool seenCr) in endOfLine() function
|
| H A D | thompson.d | 229 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back, bi) in with()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| H A D | backtracking.d | 414 && endOfLine(back, front == '\n')) in BacktrackingMatcher() 432 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi) in BacktrackingMatcher() 1358 && endOfLine(back, front == '\n'))) 1383 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back,bi)
|
| H A D | ir.d | 723 bool endOfLine()(dchar front, bool seenCr) in endOfLine() function
|
| H A D | thompson.d | 229 if (atEnd || (endOfLine(front, s.loopBack(index).nextChar(back, bi) in with()
|