Searched refs:ast_declarator_list (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h213 ast_declarator_list *declarator_list;
H A Dglsl_parser.cpp354 ast_declarator_list *declarator_list;
3462 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[0].fully_specified_type));
3475 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-1].fully_specified_type));
3490 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-2].fully_specified_type));
3505 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-4].fully_specified_type));
3520 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-3].fully_specified_type));
3535 (yyval.declarator_list) = new(ctx) ast_declarator_list(NULL);
3551 (yyval.declarator_list) = new(ctx) ast_declarator_list(NULL);
4979 (yyval.declarator_list) = new(ctx) ast_declarator_list(type);
5222 ast_declarator_list *declarato
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.1.5.rst41 - glsl: fix use-after free bug/crash in ast_declarator_list::hir()
H A D17.0.1.rst176 - glsl: fix heap-use-after-free in ast_declarator_list::hir()
H A D13.0.6.rst243 - glsl: fix heap-use-after-free in ast_declarator_list::hir()
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast.h866 class ast_declarator_list;
871 ast_declarator_list *declarator_list);
879 /* List of ast_declarator_list * */
949 class ast_declarator_list : public ast_node { class in inherits:ast_node
951 ast_declarator_list(ast_fully_specified_type *);
1255 /** List of ast_declarator_list * */
H A Dglsl_parser_extras.cpp1075 foreach_list_typed (ast_declarator_list, member, link, &block->declarations) {
1447 ast_declarator_list::print(void) const
1469 ast_declarator_list::ast_declarator_list(ast_fully_specified_type *type) function in class:ast_declarator_list
1700 ast_declarator_list *declarator_list)
H A Dast_to_hir.cpp4827 ast_declarator_list::hir(exec_list *instructions,
7131 * many there are. Each element in this list is an ast_declarator_list.
7135 foreach_list_typed (ast_declarator_list, decl_list, link, declarations) {
7151 foreach_list_typed (ast_declarator_list, decl_list, link, declarations) {
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h220 ast_declarator_list *declarator_list;
H A Dglsl_parser.cpp3662 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[0].fully_specified_type));
3675 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-1].fully_specified_type));
3690 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-2].fully_specified_type));
3705 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-4].fully_specified_type));
3720 (yyval.declarator_list) = new(ctx) ast_declarator_list((yyvsp[-3].fully_specified_type));
3735 (yyval.declarator_list) = new(ctx) ast_declarator_list(NULL);
3751 (yyval.declarator_list) = new(ctx) ast_declarator_list(NULL);
5217 (yyval.declarator_list) = new(ctx) ast_declarator_list(type);
5460 ast_declarator_list *declarator = new(ctx) ast_declarator_list((yyvs
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast.h876 class ast_declarator_list;
881 ast_declarator_list *declarator_list);
889 /* List of ast_declarator_list * */
959 class ast_declarator_list : public ast_node { class in inherits:ast_node
961 ast_declarator_list(ast_fully_specified_type *);
1280 /** List of ast_declarator_list * */
H A Dglsl_parser_extras.cpp1113 foreach_list_typed (ast_declarator_list, member, link, &block->declarations) {
1486 ast_declarator_list::print(void) const
1508 ast_declarator_list::ast_declarator_list(ast_fully_specified_type *type) function in class:ast_declarator_list
1747 ast_declarator_list *declarator_list)
H A Dast_to_hir.cpp4927 ast_declarator_list::hir(exec_list *instructions,
7370 * many there are. Each element in this list is an ast_declarator_list.
7374 foreach_list_typed (ast_declarator_list, decl_list, link, declarations) {
7390 foreach_list_typed (ast_declarator_list, decl_list, link, declarations) {

Completed in 50 milliseconds