Searched +defs:current +defs:token +defs:list (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c2998 string_list_t *list; local in function:_string_list_create
3008 _string_list_append_item(glcpp_parser_t * parser,string_list_t * list,const char * str) argument
3028 _string_list_contains(string_list_t * list,const char * member,int * index) argument
3049 _string_list_has_duplicate(string_list_t * list) argument
3067 _string_list_length(string_list_t * list) argument
3109 argument_list_t *list; local in function:_argument_list_create
3119 _argument_list_append(glcpp_parser_t * parser,argument_list_t * list,token_list_t * argument) argument
3139 _argument_list_length(argument_list_t * list) argument
3154 _argument_list_member_at(argument_list_t * list,int index) argument
3178 token_t *token; local in function:_token_create_str
3190 token_t *token; local in function:_token_create_ival
3202 token_list_t *list; local in function:_token_list_create
3213 _token_list_append(glcpp_parser_t * parser,token_list_t * list,token_t * token) argument
3233 _token_list_append_list(token_list_t * list,token_list_t * tail) argument
3268 _token_list_trim_trailing_space(token_list_t * list) argument
3364 _token_print(struct _mesa_string_buffer * out,token_t * token) argument
3436 _token_paste(glcpp_parser_t * parser,token_t * token,token_t * other) argument
3554 _token_list_print(glcpp_parser_t * parser,token_list_t * list) argument
3575 token_list_t *list; local in function:add_builtin_define
3736 token_list_t *list; local in function:_token_list_create_with_one_ival
3838 _glcpp_parser_evaluate_defined_in_list(glcpp_parser_t * parser,token_list_t * list) argument
3889 _glcpp_parser_expand_and_lex_from(glcpp_parser_t * parser,int head_token_type,token_list_t * list,expansion_mode_t mode) argument
3893 token_t *token; local in function:_glcpp_parser_expand_and_lex_from
3904 _glcpp_parser_apply_pastes(glcpp_parser_t * parser,token_list_t * list) argument
4073 token_t *token = node->token; local in function:_glcpp_parser_expand_node
4209 _glcpp_parser_expand_token_list(glcpp_parser_t * parser,token_list_t * list,expansion_mode_t mode) argument
4283 _glcpp_parser_print_expanded_token_list(glcpp_parser_t * parser,token_list_t * list) argument
4481 glcpp_parser_lex_from(glcpp_parser_t * parser,token_list_t * list) argument
4508 skip_type_t current = SKIP_NO_SKIP; local in function:_glcpp_parser_skip_stack_push_if
[all...]
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c3299 string_list_t *list; local in function:_string_list_create
3309 _string_list_append_item(glcpp_parser_t * parser,string_list_t * list,const char * str) argument
3329 _string_list_contains(string_list_t * list,const char * member,int * index) argument
3350 _string_list_has_duplicate(string_list_t * list) argument
3368 _string_list_length(string_list_t * list) argument
3410 argument_list_t *list; local in function:_argument_list_create
3420 _argument_list_append(glcpp_parser_t * parser,argument_list_t * list,token_list_t * argument) argument
3440 _argument_list_length(argument_list_t * list) argument
3455 _argument_list_member_at(argument_list_t * list,int index) argument
3479 token_t *token; local in function:_token_create_str
3492 token_t *token; local in function:_token_create_ival
3505 token_list_t *list; local in function:_token_list_create
3516 _token_list_append(glcpp_parser_t * parser,token_list_t * list,token_t * token) argument
3536 _token_list_append_list(token_list_t * list,token_list_t * tail) argument
3571 _token_list_trim_trailing_space(token_list_t * list) argument
3670 _token_print(struct _mesa_string_buffer * out,token_t * token) argument
3743 _token_paste(glcpp_parser_t * parser,token_t * token,token_t * other) argument
3861 _token_list_print(glcpp_parser_t * parser,token_list_t * list) argument
3882 token_list_t *list; local in function:add_builtin_define
4044 token_list_t *list; local in function:_token_list_create_with_one_ival
4146 _glcpp_parser_evaluate_defined_in_list(glcpp_parser_t * parser,token_list_t * list) argument
4197 _glcpp_parser_expand_and_lex_from(glcpp_parser_t * parser,int head_token_type,token_list_t * list,expansion_mode_t mode) argument
4201 token_t *token; local in function:_glcpp_parser_expand_and_lex_from
4212 _glcpp_parser_apply_pastes(glcpp_parser_t * parser,token_list_t * list) argument
4382 token_t *token = node->token; local in function:_glcpp_parser_expand_node
4522 _glcpp_parser_expand_token_list(glcpp_parser_t * parser,token_list_t * list,expansion_mode_t mode) argument
4599 _glcpp_parser_print_expanded_token_list(glcpp_parser_t * parser,token_list_t * list) argument
4797 glcpp_parser_lex_from(glcpp_parser_t * parser,token_list_t * list) argument
4824 skip_type_t current = SKIP_NO_SKIP; local in function:_glcpp_parser_skip_stack_push_if
[all...]

Completed in 6 milliseconds