Lines Matching refs:line
222 | input line
225 line:
249 _mesa_string_buffer_printf(parser->output, "#line %" PRIiMAX "\n", $2);
257 "#line %" PRIiMAX " %" PRIiMAX "\n",
264 "#line %" PRIiMAX " %s\n",
533 glcpp_error(& @1, parser, "#version must appear on the first line");
539 glcpp_error(& @1, parser, "#version must appear on the first line");
1956 int line)
1979 return _token_list_create_with_one_integer(parser, line);
2105 int line;
2112 line = list->tail->token->location.last_line;
2125 expansion = _glcpp_parser_expand_node (parser, node, &last, mode, line);