Home
last modified time | relevance | path

Searched refs:any_id (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.dot12any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifie…
14any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l declarator -> . pointer direct_declarato…
16 …q4 [label="4:\l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l identifier_or_ref -> '&…
17 …q5 [label="5:\l any_id -> T_IDENTIFIER . { ')' '=' ',' ';' T_VA_DCL T_LBRACE T_BRACKETS T_TYPE_QU…
18 …EXTERN T_AUTO T_DEFINE_NAME T_TYPEDEF_NAME T_IDENTIFIER '&' '*' '(' }\l any_id -> T_TYPEDEF_NAME …
46any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifie…
55any_id braces\l struct_or_union_specifier -> struct_or_union . braces\l struct_or_union_specifie…
56any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l declarator -> pointer . direct_declarato…
57 …q45 [label="45:\l identifier_or_ref -> any_id . { ')' '=' ',' ';' T_VA_DCL T_LBRACE T_BRACKETS T_…
59 …ration . any_id braces\l enum_specifier -> enumeration . braces\l enum_specifier -> enumeration …
[all …]
H A Dgrammar.output88 63 struct_or_union_specifier : struct_or_union any_id braces
90 65 | struct_or_union any_id
104 73 enum_specifier : enumeration any_id braces
106 75 | enumeration any_id
110 77 any_id : T_IDENTIFIER
144 101 identifier_list : any_id
145 102 | identifier_list ',' any_id
147 103 identifier_or_ref : any_id
148 104 | '&' any_id
212 any_id goto 45
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.dot12any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifie…
14any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l declarator -> . pointer direct_declarato…
16 …q4 [label="4:\l any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l identifier_or_ref -> '&…
17 …q5 [label="5:\l any_id -> T_IDENTIFIER . { ')' '=' ',' ';' T_VA_DCL T_LBRACE T_BRACKETS T_TYPE_QU…
18 …EXTERN T_AUTO T_DEFINE_NAME T_TYPEDEF_NAME T_IDENTIFIER '&' '*' '(' }\l any_id -> T_TYPEDEF_NAME …
46any_id braces\l struct_or_union_specifier -> . struct_or_union braces\l struct_or_union_specifie…
55any_id braces\l struct_or_union_specifier -> struct_or_union . braces\l struct_or_union_specifie…
56any_id -> . T_IDENTIFIER\l any_id -> . T_TYPEDEF_NAME\l declarator -> pointer . direct_declarato…
57 …q45 [label="45:\l identifier_or_ref -> any_id . { ')' '=' ',' ';' T_VA_DCL T_LBRACE T_BRACKETS T_…
59 …ration . any_id braces\l enum_specifier -> enumeration . braces\l enum_specifier -> enumeration …
[all …]
H A Dgrammar.output88 63 struct_or_union_specifier : struct_or_union any_id braces
90 65 | struct_or_union any_id
104 73 enum_specifier : enumeration any_id braces
106 75 | enumeration any_id
110 77 any_id : T_IDENTIFIER
144 101 identifier_list : any_id
145 102 | identifier_list ',' any_id
147 103 identifier_or_ref : any_id
148 104 | '&' any_id
212 any_id goto 45
[all …]
/freebsd/contrib/byacc/test/
H A Dgrammar.y77 any_id identifier_or_ref
679 : struct_or_union any_id braces
693 | struct_or_union any_id
744 : enumeration any_id braces
758 | enumeration any_id
773 any_id
912 : any_id
917 | identifier_list ',' any_id
924 : any_id
928 | '&' any_id
/freebsd/sys/dev/hid/
H A Dhid.c621 uint8_t any_id; in hid_report_size_max() local
623 any_id = 0; in hid_report_size_max()
630 if ((h.report_ID != 0) && !any_id) { in hid_report_size_max()
633 any_id = 1; in hid_report_size_max()
654 if (any_id) in hid_report_size_max()