Lines Matching defs:line
2581 << " line continuation, with "
2583 << " line endings, is placed " << casesToStr((CASES)m_test_case.m_case)
3086 /** Get line continuation string, single or multiple \
3152 /** String describing line endings
3203 /* Tokens to be replaced with line continuation */
3279 break; /* no line continuations */
3336 : GLSLTestBase(context, "line_numbering", "Verify if line numbering is correct after line continuation")
18475 std::string line;
18481 line.assign(part, next_line - part);
18485 line = part;
18490 log << std::setw(4) << line_number << "||" << line;