Home
last modified time | relevance | path

Searched refs:skipToEndOfLine (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/Core/
H A DMakefileDepsParser.cpp81 static void skipToEndOfLine(const char*& cur, const char* end) {
159 skipToEndOfLine(cur, end); in MakefileDepsParser::parse()
169 skipToEndOfLine(cur, end); in MakefileDepsParser::parse()
188 skipToEndOfLine(cur, end); in MakefileDepsParser::parse()
/dports/lang/nim/nim-1.6.2/tests/vm/
H A Dtasmparser.nim48 type asmParseState = enum leading, mnemonic, betweenArguments, arguments, endCmd, skipToEndOfLine
96 state = skipToEndOfLine
150 state = skipToEndOfLine
152 of skipToEndOfLine:
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/Ninja/
H A DLexer.cpp107 void Lexer::skipToEndOfLine() { in skipToEndOfLine() function in Lexer
295 skipToEndOfLine(); in lex()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/code_editor/
H A Djuce_CPlusPlusCodeTokeniserFunctions.h380 source.skipToEndOfLine(); in skipPreprocessorLine()
486 source.skipToEndOfLine(); in readNextToken()
542 void skipToEndOfLine() noexcept { while (*t != '\r' && *t != '\n' && *t != 0) skip(); } in skipToEndOfLine() function
H A Djuce_LuaCodeTokeniser.cpp163 source.skipToEndOfLine(); in readNextToken()
H A Djuce_CodeDocument.h403 void skipToEndOfLine() noexcept;
H A Djuce_CodeDocument.cpp204 void CodeDocument::Iterator::skipToEndOfLine() noexcept in skipToEndOfLine() function in juce::CodeDocument::Iterator
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/code_editor/
H A Djuce_CPlusPlusCodeTokeniserFunctions.h380 source.skipToEndOfLine(); in skipPreprocessorLine()
486 source.skipToEndOfLine(); in readNextToken()
542 void skipToEndOfLine() noexcept { while (*t != '\r' && *t != '\n' && *t != 0) skip(); } in skipToEndOfLine() function
H A Djuce_LuaCodeTokeniser.cpp163 source.skipToEndOfLine(); in readNextToken()
H A Djuce_CodeDocument.h403 void skipToEndOfLine() noexcept;
H A Djuce_CodeDocument.cpp204 void CodeDocument::Iterator::skipToEndOfLine() noexcept in skipToEndOfLine() function in juce::CodeDocument::Iterator
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llbuild/Ninja/
H A DLexer.h110 void skipToEndOfLine();
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tools/
H A DAGSParser.h121 - (unsigned) skipToEndOfLine;
H A DAGSParser.m2521 [self skipToEndOfLine];
3849 [self skipToEndOfLine];
4424 - (unsigned) skipToEndOfLine
/dports/math/vampire/vampire-4.5.1/Shell/
H A DCParser.cpp359 pos = skipToEndOfLine(pos+1); in skipWhiteSpacesAndComments()
369 pos = skipToEndOfLine(pos+2); in skipWhiteSpacesAndComments()
386 unsigned CParser::skipToEndOfLine(unsigned pos) in skipToEndOfLine() function in CParser
H A DCParser.hpp343 unsigned skipToEndOfLine(unsigned pos);