Home
last modified time | relevance | path

Searched refs:declarator_list (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
Dglsl_parser.yy74 ast_declarator_list *declarator_list;
212 %type <declarator_list> init_declarator_list
213 %type <declarator_list> single_declaration
220 %type <declarator_list> struct_declaration_list
221 %type <declarator_list> struct_declaration
224 %type <declarator_list> member_list
225 %type <declarator_list> member_declaration
Dglsl_parser_extras.cpp999 ast_declarator_list *declarator_list) in ast_struct_specifier() argument
1007 this->declarations.push_degenerate_list_at_head(&declarator_list->link); in ast_struct_specifier()
Dast.h457 ast_declarator_list *declarator_list);