Searched refs:_glcpp_parser_expand_if (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.y117 _glcpp_parser_expand_if (glcpp_parser_t *parser, int type, token_list_t *list);
244 _glcpp_parser_expand_if (parser, IF_EXPANDED, $2);
283 _glcpp_parser_expand_if (parser, ELIF_EXPANDED, $2);
1233 _glcpp_parser_expand_if (glcpp_parser_t *parser, int type, token_list_t *list)
H A Dglcpp-parse.c187 _glcpp_parser_expand_if (glcpp_parser_t *parser, int type, token_list_t *list);
1905 _glcpp_parser_expand_if (parser, IF_EXPANDED, (yyvsp[(2) - (3)].token_list));
1968 _glcpp_parser_expand_if (parser, ELIF_EXPANDED, (yyvsp[(2) - (3)].token_list));
3560 _glcpp_parser_expand_if (glcpp_parser_t *parser, int type, token_list_t *list)
3558 _glcpp_parser_expand_if (glcpp_parser_t *parser, int type, token_list_t *list) function

Completed in 37 milliseconds