Home
last modified time | relevance | path

Searched refs:T_MATCHRBRACE (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.output14 10 | error T_MATCHRBRACE
17 12 braces : T_LBRACE T_MATCHRBRACE
42 …unction_definition : decl_specifiers declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE
46 29 function_definition : declarator $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE
224 external_declaration : error . T_MATCHRBRACE (10)
227 T_MATCHRBRACE shift 54
584 …definition : decl_specifiers . declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE (27)
672 function_definition : declarator . $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE (29)
899 external_declaration : error T_MATCHRBRACE . (10)
1068 …definition : decl_specifiers declarator . $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE (27)
[all …]
H A Dgrammar.dot12T_MATCHRBRACE\l external_declaration -> . error ';'\l linkage_specification -> . T_EXTERN T_STRI…
13 …q1 [label="1:\l external_declaration -> error . T_MATCHRBRACE\l external_declaration -> error . …
46 …-> decl_specifiers . declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE\l decl_specif…
53 …_NAME }\l function_definition -> declarator . $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE\l"];
55 …q43 [label="43:\l braces -> . T_LBRACE T_MATCHRBRACE\l struct_or_union_specifier -> struct_or_un…
59 …q47 [label="47:\l braces -> . T_LBRACE T_MATCHRBRACE\l enum_specifier -> enumeration . any_id br…
60T_MATCHRBRACE\l external_declaration -> . error ';'\l linkage_specification -> . T_EXTERN T_STRI…
66 …q54 [label="54:\l external_declaration -> error T_MATCHRBRACE . { ';' T_ASM T_TYPE_QUALIFIER T_Im…
74 …q62 [label="62:\l braces -> . T_LBRACE T_MATCHRBRACE\l linkage_specification -> T_EXTERN T_STRIN…
83 …-> decl_specifiers declarator . $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE\l init_declar…
[all …]
H A Dgrammar.tab.h32 #define T_MATCHRBRACE 285 macro
H A Dgrammar.tab.c469 #define T_MATCHRBRACE 285 macro
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.output14 10 | error T_MATCHRBRACE
17 12 braces : T_LBRACE T_MATCHRBRACE
42 …unction_definition : decl_specifiers declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE
46 29 function_definition : declarator $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE
224 external_declaration : error . T_MATCHRBRACE (10)
227 T_MATCHRBRACE shift 54
584 …definition : decl_specifiers . declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE (27)
672 function_definition : declarator . $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE (29)
899 external_declaration : error T_MATCHRBRACE . (10)
1068 …definition : decl_specifiers declarator . $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE (27)
[all …]
H A Dgrammar.dot12T_MATCHRBRACE\l external_declaration -> . error ';'\l linkage_specification -> . T_EXTERN T_STRI…
13 …q1 [label="1:\l external_declaration -> error . T_MATCHRBRACE\l external_declaration -> error . …
46 …-> decl_specifiers . declarator $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE\l decl_specif…
53 …_NAME }\l function_definition -> declarator . $$4 opt_declaration_list T_LBRACE T_MATCHRBRACE\l"];
55 …q43 [label="43:\l braces -> . T_LBRACE T_MATCHRBRACE\l struct_or_union_specifier -> struct_or_un…
59 …q47 [label="47:\l braces -> . T_LBRACE T_MATCHRBRACE\l enum_specifier -> enumeration . any_id br…
60T_MATCHRBRACE\l external_declaration -> . error ';'\l linkage_specification -> . T_EXTERN T_STRI…
66 …q54 [label="54:\l external_declaration -> error T_MATCHRBRACE . { ';' T_ASM T_TYPE_QUALIFIER T_Im…
74 …q62 [label="62:\l braces -> . T_LBRACE T_MATCHRBRACE\l linkage_specification -> T_EXTERN T_STRIN…
83 …-> decl_specifiers declarator . $$2 opt_declaration_list T_LBRACE $$3 T_MATCHRBRACE\l init_declar…
[all …]
H A Dgrammar.tab.h29 #define T_MATCHRBRACE 285 macro
H A Dgrammar.tab.c449 #define T_MATCHRBRACE 285 macro
/freebsd/contrib/byacc/test/
H A Dgrammar.y48 T_MATCHRBRACE
377 | error T_MATCHRBRACE
388 : T_LBRACE T_MATCHRBRACE
518 T_MATCHRBRACE
529 opt_declaration_list T_LBRACE T_MATCHRBRACE