Lines Matching refs:token_t
93 static token_t *
96 static token_t *
103 _token_list_append(glcpp_parser_t *parser, token_list_t *list, token_t *token);
1052 token_t *
1055 token_t *token;
1057 token = linear_alloc_child(parser->linalloc, sizeof(token_t));
1065 token_t *
1068 token_t *token;
1070 token = linear_alloc_child(parser->linalloc, sizeof(token_t));
1092 _token_list_append(glcpp_parser_t *parser, token_list_t *list, token_t *token)
1138 token_t *new_token = linear_alloc_child(parser->linalloc, sizeof(token_t));
1246 _token_print(struct _mesa_string_buffer *out, token_t *token)
1318 static token_t *
1319 _token_paste(glcpp_parser_t *parser, token_t *token, token_t *other)
1321 token_t *combined = NULL;
1457 token_t *tok;
1621 token_t *node;
1777 token_t *token;
1914 token_t *new_token;
1958 token_t *token = node->token;
2001 token_t *final;