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; in _token_create_str()
1057 token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_create_str()
1064 token_t *
1067 token_t *token; in _token_create_ival()
1069 token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_create_ival()
1090 _token_list_append(glcpp_parser_t *parser, token_list_t *list, token_t *token) in _token_list_append()
1136 token_t *new_token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_list_copy()
1244 _token_print(struct _mesa_string_buffer *out, token_t *token) in _token_print()
1316 static token_t *
1317 _token_paste(glcpp_parser_t *parser, token_t *token, token_t *other) in _token_paste()
1319 token_t *combined = NULL; in _token_paste()
1455 token_t *tok; in add_builtin_define()
1619 token_t *node; in _token_list_create_with_one_ival()
1775 token_t *token; in _glcpp_parser_expand_and_lex_from()
1912 token_t *new_token; in _glcpp_parser_expand_function()
1956 token_t *token = node->token; in _glcpp_parser_expand_node()
1995 token_t *final; in _glcpp_parser_expand_node()