Home
last modified time | relevance | path

Searched refs:opt_ident (Results 1 – 25 of 41) sorted by relevance

12

/dports/textproc/p5-PPI/PPI-1.270/t/data/24_v6/
H A DGrammar.pm263 token opt_ident {
299 <opt_ident> # $obj.(42)
309 'method' => $$<opt_ident>,
318 'method' => $$<opt_ident>,
/dports/textproc/grap/grap-1.46/
H A Dgrap.yy164 %type <String> IDENT STRING opt_ident TEXT else_clause REST TROFF
283 opt_ident:
452 DRAW { lex_no_coord(); } opt_ident opt_linedesc opt_display_string SEP
658 NEXT opt_ident AT point opt_linedesc SEP
846 ON opt_ident
979 COORD opt_ident x_axis_desc y_axis_desc log_list SEP
/dports/textproc/makepatch/makepatch-2.05/script/
H A Dmakepatch1168 my $opt_ident = 0;
1189 "ident!" => \$opt_ident,
1261 if $opt_verbose || $opt_ident;
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_builtin_macros/src/deriving/generic/
H A Dmod.rs1287 .map(|(field_index, (sp, opt_ident, self_getter_expr, attrs))| { in build_enum_match_tuple()
1303 assert!(opt_ident == _opt_ident); in build_enum_match_tuple()
1311 name: opt_ident, in build_enum_match_tuple()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/syn-0.11.11/src/
H A Dvisit.rs142 pub fn walk_opt_ident<V: Visitor>(visitor: &mut V, opt_ident: &Option<Ident>) { in walk_opt_ident()
143 if let Some(ref ident) = *opt_ident { in walk_opt_ident()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/syn-0.11.11/src/
H A Dvisit.rs142 pub fn walk_opt_ident<V: Visitor>(visitor: &mut V, opt_ident: &Option<Ident>) { in walk_opt_ident()
143 if let Some(ref ident) = *opt_ident { in walk_opt_ident()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/syn-0.11.11/src/
H A Dvisit.rs142 pub fn walk_opt_ident<V: Visitor>(visitor: &mut V, opt_ident: &Option<Ident>) { in walk_opt_ident()
143 if let Some(ref ident) = *opt_ident { in walk_opt_ident()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syn-0.11.11/src/
H A Dvisit.rs142 pub fn walk_opt_ident<V: Visitor>(visitor: &mut V, opt_ident: &Option<Ident>) { in walk_opt_ident()
143 if let Some(ref ident) = *opt_ident { in walk_opt_ident()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/syn-0.11.11/src/
H A Dvisit.rs142 pub fn walk_opt_ident<V: Visitor>(visitor: &mut V, opt_ident: &Option<Ident>) { in walk_opt_ident()
143 if let Some(ref ident) = *opt_ident { in walk_opt_ident()
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/syn-0.11.11/src/
H A Dvisit.rs142 pub fn walk_opt_ident<V: Visitor>(visitor: &mut V, opt_ident: &Option<Ident>) { in walk_opt_ident()
143 if let Some(ref ident) = *opt_ident { in walk_opt_ident()
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dgram.y464 %type <literal> literal string opt_ident loop_ident alias code xcode varname
1573 loop_ident : opt_ident
1579 opt_ident : /* empty */
1670 jumpstmt : T_BREAK opt_ident
1684 | T_NEXT opt_ident
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-718.0.0/src/parser/
H A Ddiagnostics.rs1811 let opt_ident = if let (PatKind::Ident(_, ident, _), TyKind::Err) = in deduplicate_recovered_params_names() localVariable
1818 if let Some(ident) = opt_ident { in deduplicate_recovered_params_names()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-722.0.0/src/parser/
H A Ddiagnostics.rs1807 let opt_ident = if let (PatKind::Ident(_, ident, _), TyKind::Err) = in deduplicate_recovered_params_names() localVariable
1814 if let Some(ident) = opt_ident { in deduplicate_recovered_params_names()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_parse/src/parser/
H A Ddiagnostics.rs1807 let opt_ident = if let (PatKind::Ident(_, ident, _), TyKind::Err) = in deduplicate_recovered_params_names() localVariable
1814 if let Some(ident) = opt_ident { in deduplicate_recovered_params_names()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_parse/src/parser/
H A Ddiagnostics.rs1826 let opt_ident = if let (PatKind::Ident(_, ident, _), TyKind::Err) = in deduplicate_recovered_params_names() localVariable
1833 if let Some(ident) = opt_ident { in deduplicate_recovered_params_names()
/dports/textproc/senna/senna-1.1.5/bindings/mysql/
H A Dmysql-4.0.27.senna.diff2060 - key_type opt_ident '(' key_list ')'
2061 + key_type opt_ident opt_key_alg '(' key_list ')'
2071 | opt_constraint FOREIGN KEY_SYM opt_ident '(' key_list ')' references
H A Dmysql-5.1.15-beta.senna.diff609 | opt_constraint constraint_key_type opt_ident key_alg
625 | opt_constraint FOREIGN KEY_SYM opt_ident '(' key_list ')' references
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_yacc.yy1427 opt_constraint constraint opt_ident
5347 normal_key_type opt_ident key_alg '(' key_list ')' normal_key_options
5352 | fulltext opt_key_or_index opt_ident init_key_options
5358 | spatial opt_key_or_index opt_ident init_key_options
5364 | opt_constraint constraint_key_type opt_ident key_alg
5370 | opt_constraint FOREIGN KEY_SYM opt_ident '(' key_list ')' references
5409 CONSTRAINT opt_ident { $$=$2; }
6204 opt_ident:
6718 | DROP FOREIGN KEY_SYM opt_ident
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_yacc.yy1195 opt_constraint constraint opt_ident TEXT_STRING_sys_nonewline
6382 normal_key_type opt_ident key_alg '(' key_list ')' normal_key_options
6387 | fulltext opt_key_or_index opt_ident init_key_options
6393 | spatial opt_key_or_index opt_ident init_key_options
6399 | opt_constraint constraint_key_type opt_ident key_alg
6412 | opt_constraint FOREIGN KEY_SYM opt_ident '(' key_list ')' references
6456 CONSTRAINT opt_ident { $$=$2; }
7681 opt_ident:
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_yacc.yy1177 opt_constraint constraint opt_ident TEXT_STRING_sys_nonewline
6301 normal_key_type opt_ident key_alg '(' key_list ')' normal_key_options
6306 | fulltext opt_key_or_index opt_ident init_key_options
6312 | spatial opt_key_or_index opt_ident init_key_options
6318 | opt_constraint constraint_key_type opt_ident key_alg
6324 | opt_constraint FOREIGN KEY_SYM opt_ident '(' key_list ')' references
6368 CONSTRAINT opt_ident { $$=$2; }
7518 opt_ident:
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_yacc.yy1195 opt_constraint constraint opt_ident TEXT_STRING_sys_nonewline
6382 normal_key_type opt_ident key_alg '(' key_list ')' normal_key_options
6387 | fulltext opt_key_or_index opt_ident init_key_options
6393 | spatial opt_key_or_index opt_ident init_key_options
6399 | opt_constraint constraint_key_type opt_ident key_alg
6412 | opt_constraint FOREIGN KEY_SYM opt_ident '(' key_list ')' references
6456 CONSTRAINT opt_ident { $$=$2; }
7681 opt_ident:
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_yacc.yy1177 opt_constraint constraint opt_ident TEXT_STRING_sys_nonewline
6261 normal_key_type opt_ident key_alg '(' key_list ')' normal_key_options
6266 | fulltext opt_key_or_index opt_ident init_key_options
6272 | spatial opt_key_or_index opt_ident init_key_options
6278 | opt_constraint constraint_key_type opt_ident key_alg
6284 | opt_constraint FOREIGN KEY_SYM opt_ident '(' key_list ')' references
6328 CONSTRAINT opt_ident { $$=$2; }
7478 opt_ident:
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_yacc.yy1195 opt_constraint constraint opt_ident TEXT_STRING_sys_nonewline
6382 normal_key_type opt_ident key_alg '(' key_list ')' normal_key_options
6387 | fulltext opt_key_or_index opt_ident init_key_options
6393 | spatial opt_key_or_index opt_ident init_key_options
6399 | opt_constraint constraint_key_type opt_ident key_alg
6412 | opt_constraint FOREIGN KEY_SYM opt_ident '(' key_list ')' references
6456 CONSTRAINT opt_ident { $$=$2; }
7681 opt_ident:
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_yacc.yy1177 opt_constraint constraint opt_ident TEXT_STRING_sys_nonewline
6301 normal_key_type opt_ident key_alg '(' key_list ')' normal_key_options
6306 | fulltext opt_key_or_index opt_ident init_key_options
6312 | spatial opt_key_or_index opt_ident init_key_options
6318 | opt_constraint constraint_key_type opt_ident key_alg
6324 | opt_constraint FOREIGN KEY_SYM opt_ident '(' key_list ')' references
6368 CONSTRAINT opt_ident { $$=$2; }
7518 opt_ident:
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/
H A DGrammar.pm753 sub opt_ident { subroutine

12