Lines Matching refs:token_t
79 static token_t *
82 static token_t *
89 _token_list_append (token_list_t *list, token_t *token);
752 token_t *
755 token_t *token; in _token_create_str()
757 token = ralloc (ctx, token_t); in _token_create_str()
766 token_t *
769 token_t *token; in _token_create_ival()
771 token = ralloc (ctx, token_t); in _token_create_ival()
792 _token_list_append (token_list_t *list, token_t *token) in _token_list_append()
838 token_t *new_token = ralloc (copy, token_t); in _token_list_copy()
941 _token_print (char **out, size_t *len, token_t *token) in _token_print()
1005 static token_t *
1006 _token_paste (glcpp_parser_t *parser, token_t *token, token_t *other) in _token_paste()
1008 token_t *combined = NULL; in _token_paste()
1108 token_t *tok; in add_builtin_define()
1300 token_t *space; in _token_list_create_with_one_space()
1320 token_t *token; in _glcpp_parser_expand_and_lex_from()
1466 token_t *new_token; in _glcpp_parser_expand_function()
1508 token_t *token = node->token; in _glcpp_parser_expand_node()
1541 token_t *final; in _glcpp_parser_expand_node()