Home
last modified time | relevance | path

Searched refs:pat_type (Results 1 – 25 of 52) sorted by relevance

123

/dports/mail/mailutils/mailutils-3.13/lib/
H A Dmdecode.c42 char *pat_type; member
51 if (mu_imap_wildmatch_ci (pat->pat_type, ct->type, 0) == 0) in text_mime_cmp()
92 mp->pat_type = (char*)(mp + 1); in text_mime_add()
93 strcpy (mp->pat_type, s); in text_mime_add()
94 p = strchr (mp->pat_type, '/'); in text_mime_add()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/rust/tvm-macros/src/
H A Dexternal.rs121 FnArg::Typed(pat_type) => match &*pat_type.pat { in macro_impl()
124 let ty: Type = *pat_type.ty.clone(); in macro_impl()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/auxiliary/
H A Dproc_macro_attr.rs69 if let Some(FnArg::Typed(pat_type)) = mut_receiver_of(&mut method.sig) { in rename_my_lifetimes()
70 if let box Type::Reference(reference) = &mut pat_type.ty { in rename_my_lifetimes()
/dports/mail/rspamd/rspamd-3.1/lualib/lua_scanners/
H A Dcommon.lua349 local function match_filter(task, rule, found, patterns, pat_type)
355 if pat_type == 'ext' and tostring(pat) == tostring(found) then
357 elseif pat_type == 'regex' and pat:match(found) then
365 if pat_type == 'ext' and tostring(pat) == tostring(found) then
367 elseif pat_type == 'regex' and pat:match(found) then
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/lua_scanners/
H A Dcommon.lua349 local function match_filter(task, rule, found, patterns, pat_type)
355 if pat_type == 'ext' and tostring(pat) == tostring(found) then
357 elseif pat_type == 'regex' and pat:match(found) then
365 if pat_type == 'ext' and tostring(pat) == tostring(found) then
367 elseif pat_type == 'regex' and pat:match(found) then
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dparmatch.ml29 pat_type = ty ; pat_env = tenv;
369 q.pat_type q.pat_env
372 q.pat_type q.pat_env
379 q.pat_type q.pat_env
451 q.pat_type q.pat_env::
457 q.pat_type q.pat_env::
478 (Tpat_array args) q.pat_type q.pat_env::
790 else make_pat (make i) p.pat_type p.pat_env
913 p.pat_type p.pat_env in
1552 make_pat (Tpat_lazy r) p.pat_type p.pat_env
[all …]
H A Dtypecore.ml992 pat_type = expected_ty;
1016 pat_type = expected_ty;
1026 pat_type = expected_ty;
1048 pat_type = ty;
1065 pat_type = q.pat_type;
1074 pat_type = expected_ty;
1102 pat_type = expected_ty;
1253 pat_type = expected_ty;
1275 pat_type = expected_ty;
3858 { pat with pat_type = instance env pat.pat_type }
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dparmatch.ml29 pat_type = ty ; pat_env = tenv;
369 q.pat_type q.pat_env
372 q.pat_type q.pat_env
379 q.pat_type q.pat_env
451 q.pat_type q.pat_env::
457 q.pat_type q.pat_env::
478 (Tpat_array args) q.pat_type q.pat_env::
790 else make_pat (make i) p.pat_type p.pat_env
913 p.pat_type p.pat_env in
1552 make_pat (Tpat_lazy r) p.pat_type p.pat_env
[all …]
H A Dtypecore.ml992 pat_type = expected_ty;
1016 pat_type = expected_ty;
1026 pat_type = expected_ty;
1048 pat_type = ty;
1065 pat_type = q.pat_type;
1074 pat_type = expected_ty;
1102 pat_type = expected_ty;
1253 pat_type = expected_ty;
1275 pat_type = expected_ty;
3858 { pat with pat_type = instance env pat.pat_type }
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/typed-builder-0.9.1/src/
H A Dfield_info.rs342 … syn::Pat::Type(pat_type) => Ok((syn::Pat::clone(&pat_type.pat), syn::Type::clone(&pat_type.ty))), in parse_transform_closure()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/experimental/simd/
H A Ddriver.sh194 pat_type="${string%% *}"
195 if matches "$shorttype" "$pat_type"; then
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/experimental/simd/
H A Ddriver.sh194 pat_type="${string%% *}"
195 if matches "$shorttype" "$pat_type"; then
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/experimental/simd/
H A Ddriver.sh194 pat_type="${string%% *}"
195 if matches "$shorttype" "$pat_type"; then
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/cerl/
H A Dcerl_typean.erl658 dict:store(get_label(alias_var(P)), pat_type(P1, Vars1),
662 pat_type(P, Vars) -> function
669 t_cons(pat_type(cons_hd(P), Vars),
670 pat_type(cons_tl(P), Vars));
672 t_tuple([pat_type(E, Vars) || E <- tuple_es(P)]);
676 pat_type(alias_pat(P), Vars)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/src/
H A Dcerl_typean.erl658 dict:store(get_label(alias_var(P)), pat_type(P1, Vars1),
662 pat_type(P, Vars) -> function
669 t_cons(pat_type(cons_hd(P), Vars),
670 pat_type(cons_tl(P), Vars));
672 t_tuple([pat_type(E, Vars) || E <- tuple_es(P)]);
676 pat_type(alias_pat(P), Vars)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/cerl/
H A Dcerl_typean.erl658 dict:store(get_label(alias_var(P)), pat_type(P1, Vars1),
662 pat_type(P, Vars) -> function
669 t_cons(pat_type(cons_hd(P), Vars),
670 pat_type(cons_tl(P), Vars));
672 t_tuple([pat_type(E, Vars) || E <- tuple_es(P)]);
676 pat_type(alias_pat(P), Vars)
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/src/
H A Dcerl_typean.erl658 dict:store(get_label(alias_var(P)), pat_type(P1, Vars1),
662 pat_type(P, Vars) -> function
669 t_cons(pat_type(cons_hd(P), Vars),
670 pat_type(cons_tl(P), Vars));
672 t_tuple([pat_type(E, Vars) || E <- tuple_es(P)]);
676 pat_type(alias_pat(P), Vars)
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/src/
H A Dcerl_typean.erl658 dict:store(get_label(alias_var(P)), pat_type(P1, Vars1),
662 pat_type(P, Vars) -> function
669 t_cons(pat_type(cons_hd(P), Vars),
670 pat_type(cons_tl(P), Vars));
672 t_tuple([pat_type(E, Vars) || E <- tuple_es(P)]);
676 pat_type(alias_pat(P), Vars)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/cerl/
H A Dcerl_typean.erl658 dict:store(get_label(alias_var(P)), pat_type(P1, Vars1),
662 pat_type(P, Vars) -> function
669 t_cons(pat_type(cons_hd(P), Vars),
670 pat_type(cons_tl(P), Vars));
672 t_tuple([pat_type(E, Vars) || E <- tuple_es(P)]);
676 pat_type(alias_pat(P), Vars)
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/src/
H A Dcerl_typean.erl658 dict:store(get_label(alias_var(P)), pat_type(P1, Vars1),
662 pat_type(P, Vars) -> function
669 t_cons(pat_type(cons_hd(P), Vars),
670 pat_type(cons_tl(P), Vars));
672 t_tuple([pat_type(E, Vars) || E <- tuple_es(P)]);
676 pat_type(alias_pat(P), Vars)
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/experimental/simd/
H A Ddriver.sh251 pat_type="${string%% *}"
252 if matches "$shorttype" "$pat_type"; then
/dports/cad/alliance/alliance/src/pat/src/
H A DMakefile.am13 pat_type.h ppt.h \
/dports/biology/iqtree/IQ-TREE-2.0.6/alignment/
H A Dsuperalignment.h285 virtual void orderPatternByNumChars(int pat_type);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_bif_binary.c292 Eterm pat_type; member
1159 if (ctx->pat_type == am_bm) { in bf_context_init()
1162 } else if (ctx->pat_type == am_ac) { in bf_context_init()
1168 if (ctx->pat_type == am_bm) { in bf_context_init()
1171 } else if (ctx->pat_type == am_ac) { in bf_context_init()
1220 if (ctx->pat_type == am_bm) { in bf_context_dump()
1260 ctx->pat_type = tp[1]; in maybe_binary_match_compile()
1262 } else if (do_binary_match_compile(arg, &(ctx->pat_type), pat_bin) != 0) { in maybe_binary_match_compile()
1452 if (ctx->pat_type == am_ac) { in do_binary_find()
1672 if (ctx->pat_type == am_ac) { in do_match_global_result()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_bif_binary.c292 Eterm pat_type; member
1159 if (ctx->pat_type == am_bm) { in bf_context_init()
1162 } else if (ctx->pat_type == am_ac) { in bf_context_init()
1168 if (ctx->pat_type == am_bm) { in bf_context_init()
1171 } else if (ctx->pat_type == am_ac) { in bf_context_init()
1220 if (ctx->pat_type == am_bm) { in bf_context_dump()
1260 ctx->pat_type = tp[1]; in maybe_binary_match_compile()
1262 } else if (do_binary_match_compile(arg, &(ctx->pat_type), pat_bin) != 0) { in maybe_binary_match_compile()
1452 if (ctx->pat_type == am_ac) { in do_binary_find()
1672 if (ctx->pat_type == am_ac) { in do_match_global_result()
[all …]

123