Lines Matching full:identifier
28 field_def := '%' identifier ( field )* ( !function=identifier )?
31 named_field := identifier ':' ( 's' ) number
90 args_def := '&' identifier ( args_elt )+ ( !extern )?
91 args_elt := identifier (':' identifier)?
95 identifier is the argument name and the second identifier is
124 fmt_def := '@' identifier ( fmt_elt )+
127 field_elt := identifier ':' 's'? number
128 field_ref := '%' identifier | identifier '=' '%' identifier
129 args_ref := '&' identifier
149 via assignment to another identifier. This is intended to allow the
171 pat_def := identifier ( pat_elt )+
173 fmt_ref := '@' identifier
174 const_elt := identifier '=' number