Searched refs:token_list (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp.h61 typedef struct token_list token_list_t;
70 token_list_t *token_list; member in union:YYSTYPE
117 struct token_list { struct
H A Dglcpp-parse.y203 %type <token_list> pp_tokens replacement_list text_line
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp.h61 typedef struct token_list token_list_t;
70 token_list_t *token_list; member in union:YYSTYPE
116 struct token_list { struct
H A Dglcpp-parse.y184 %type <token_list> pp_tokens replacement_list text_line
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c1752 _glcpp_parser_print_expanded_token_list (parser, (yyvsp[0].token_list));
1805 _define_object_macro (parser, & (yylsp[-2]), (yyvsp[-2].str), (yyvsp[-1].token_list));
1813 _define_function_macro (parser, & (yylsp[-4]), (yyvsp[-4].str), NULL, (yyvsp[-1].token_list));
1821 _define_function_macro (parser, & (yylsp[-5]), (yyvsp[-5].str), (yyvsp[-3].string_list), (yyvsp[-1].token_list));
1842 LINE_EXPANDED, (yyvsp[-1].token_list),
1920 IF_EXPANDED, (yyvsp[-1].token_list),
1983 ELIF_EXPANDED, (yyvsp[-1].token_list),
2469 { (yyval.token_list) = NULL; }
2475 { (yyval.token_list) = NULL; }
2491 (yyval.token_list)
[all...]
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c1953 _glcpp_parser_print_expanded_token_list (parser, (yyvsp[0].token_list));
2018 _define_object_macro (parser, & (yylsp[-2]), (yyvsp[-2].str), (yyvsp[-1].token_list));
2026 _define_function_macro (parser, & (yylsp[-4]), (yyvsp[-4].str), NULL, (yyvsp[-1].token_list));
2034 _define_function_macro (parser, & (yylsp[-5]), (yyvsp[-5].str), (yyvsp[-3].string_list), (yyvsp[-1].token_list));
2055 LINE_EXPANDED, (yyvsp[-1].token_list),
2212 IF_EXPANDED, (yyvsp[-1].token_list),
2275 ELIF_EXPANDED, (yyvsp[-1].token_list),
2761 { (yyval.token_list) = NULL; }
2767 { (yyval.token_list) = NULL; }
2786 (yyval.token_list)
[all...]

Completed in 16 milliseconds