Lines Matching refs:token_t
83 static token_t *
86 static token_t *
93 _token_list_append(glcpp_parser_t *parser, token_list_t *list, token_t *token);
951 token_t *
954 token_t *token; in _token_create_str()
956 token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_create_str()
963 token_t *
966 token_t *token; in _token_create_ival()
968 token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_create_ival()
989 _token_list_append(glcpp_parser_t *parser, token_list_t *list, token_t *token) in _token_list_append()
1035 token_t *new_token = linear_alloc_child(parser->linalloc, sizeof(token_t)); in _token_list_copy()
1126 _token_print(struct _mesa_string_buffer *out, token_t *token) in _token_print()
1197 static token_t *
1198 _token_paste(glcpp_parser_t *parser, token_t *token, token_t *other) in _token_paste()
1200 token_t *combined = NULL; in _token_paste()
1336 token_t *tok; in add_builtin_define()
1499 token_t *node; in _token_list_create_with_one_ival()
1655 token_t *token; in _glcpp_parser_expand_and_lex_from()
1792 token_t *new_token; in _glcpp_parser_expand_function()
1835 token_t *token = node->token; in _glcpp_parser_expand_node()
1875 token_t *final; in _glcpp_parser_expand_node()