Home
last modified time | relevance | path

Searched refs:token_node_t (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
Dglcpp.h101 } token_node_t; typedef
104 token_node_t *head;
105 token_node_t *tail;
106 token_node_t *non_space_tail;
142 token_node_t *replacements;
160 token_node_t *marker;
175 token_node_t *lex_from_node;
Dglcpp-parse.y100 token_node_t *marker);
794 token_node_t *node; in _token_list_append()
796 node = ralloc (list, token_node_t); in _token_list_append()
831 token_node_t *node; in _token_list_copy()
849 token_node_t *tail, *next; in _token_list_trim_trailing_space()
867 token_node_t *n; in _token_list_is_empty_ignoring_space()
882 token_node_t *node_a, *node_b; in _token_list_equal_ignoring_space()
1090 token_node_t *node; in _token_list_print()
1238 token_node_t *node, in _arguments_parse()
1239 token_node_t **last) in _arguments_parse()
[all …]