Home
last modified time | relevance | path

Searched refs:constraining (Results 1 – 25 of 1214) sorted by relevance

12345678910>>...49

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/associated-types/
H A Dissue-87261.stderr14 help: consider constraining the associated type `<A as Trait>::Associated` to `()`
27 = help: consider constraining the associated type `<B as Trait>::Associated` to `()`
48 help: consider constraining the associated type `<C as Trait>::Associated` to `()`
61 = help: consider constraining the associated type `<D as Trait>::Associated` to `()`
82 help: consider constraining the associated type `<E as GenericTrait<()>>::Associated` to `()`
100 help: consider constraining the associated type `<F as GenericTrait<()>>::Associated` to `()`
113 = help: consider constraining the associated type `<G as GenericTrait<()>>::Associated` to `()`
137 help: consider constraining the associated type `<impl Trait as Trait>::Associated` to `()`
158 help: consider constraining the associated type `<impl DerivedTrait as Trait>::Associated` to `()`
179 help: consider constraining the associated type `<impl Foo + Trait as Trait>::Associated` to `()`
[all …]
H A Dassociated-types-multiple-types-one-trait.stderr14 help: consider constraining the associated type `<T as Foo>::Y` to `i32`
32 help: consider constraining the associated type `<T as Foo>::X` to `u32`
H A Dissue-26681.stderr9 … = help: consider constraining the associated type `<<Self as Baz>::Fv as Foo>::Bar` to `{integer}`
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/suggestions/
H A Dtrait-with-missing-associated-type-restriction-fixable.stderr9 help: consider constraining the associated type `<impl Trait as Trait>::A` to `usize`
22 help: consider constraining the associated type `<T as Trait>::A` to `usize`
35 help: consider constraining the associated type `<impl Trait as Trait>::A` to `usize`
48 help: consider constraining the associated type `<T as Trait>::A` to `usize`
61 help: consider constraining the associated type `<impl Trait<i32> as Trait<i32>>::A` to `usize`
74 help: consider constraining the associated type `<T as Trait<i32>>::A` to `usize`
87 help: consider constraining the associated type `<T as Trait>::A` to `usize`
H A Dtrait-with-missing-associated-type-restriction.stderr23 help: consider constraining the associated type `<impl Trait as Trait>::A` to `usize`
36 help: consider constraining the associated type `<T as Trait>::A` to `usize`
49 help: consider constraining the associated type `<impl Trait<i32> as Trait<i32>>::A` to `usize`
70 help: consider constraining the associated type `<T as Trait<i32>>::A` to `{integer}`
83 help: consider constraining the associated type `<T as Trait<i32>>::A` to `usize`
113 help: consider constraining the associated type `<T as Trait>::A` to `usize`
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_Dlib_std.expout10 *** Non-constraining bounds CG completed:
37 *** Non-constraining bounds BFGS completed:
64 *** Non-constraining bounds LBFGS completed:
91 *** Non-constraining bounds Newton completed:
109 *** Non-constraining bounds Global completed:
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage_sql_configs.c938 int constraining; in manage_set_config_families() local
979 if (constraining + grow_families == 1) in manage_set_config_families()
985 constraining = constraining == 0; in manage_set_config_families()
1050 if (constraining) in manage_set_config_families()
1084 if (constraining) in manage_set_config_families()
1140 if (constraining == 0) in manage_set_config_families()
1219 if (constraining) in manage_set_config_families()
1242 if (constraining) in manage_set_config_families()
1419 int constraining; in config_update_nvt_family() local
1435 if (constraining) in config_update_nvt_family()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue459/
H A De.vhdl13 signal S1 : P1(15 downto 0); -- finally constraining the vector size
14 signal S2 : P2(open)(7 downto 0); -- finally constraining the element size line 14
H A De4.vhdl11 signal S1 : P1(15 downto 0); -- finally constraining the vector size
H A De3.vhdl11 signal S2 : P2(open)(7 downto 0); -- finally constraining the element size line 14
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/impl-trait/
H A Dbound-normalization-fail.stderr9 help: consider constraining the associated type `<T as impl_trait::Trait>::Assoc` to `()`
28 help: consider constraining the associated type `<T as lifetimes::Trait<'static>>::Assoc` to `()`
H A Dobject-unsafe-trait-in-return-position-dyn-trait.stderr18 help: alternatively, consider constraining `foo` so it does not apply to trait objects
40 help: alternatively, consider constraining `foo` so it does not apply to trait objects
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/specialization/
H A Dspecialization-default-projection.stderr22 …= help: consider constraining the associated type `<T as Foo>::Assoc` to `()` or calling a method …
38 = help: consider constraining the associated type `<() as Foo>::Assoc` to `()`
/dports/audio/ganv/ganv-1.8.0/src/
H A Dedge.c81 impl->coords.constraining = TRUE; in ganv_edge_init()
129 SET_CASE(CONSTRAINING, boolean, impl->coords.constraining) in ganv_edge_set_property()
177 GET_CASE(CONSTRAINING, boolean, impl->coords.constraining) in ganv_edge_get_property()
699 return edge->impl->coords.constraining; in ganv_edge_get_constraining()
703 ganv_edge_set_constraining(GanvEdge* edge, gboolean constraining) in ganv_edge_set_constraining() argument
705 edge->impl->coords.constraining = constraining; in ganv_edge_set_constraining()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/traits/object/
H A Dsafety.stderr20 help: alternatively, consider constraining `foo` so it does not apply to trait objects
42 help: alternatively, consider constraining `foo` so it does not apply to trait objects
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/ogl/
H A Dcomposit.h51 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxList &constrained);
52 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxShape *constrained);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h52 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxList& constrained);
53 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxShape *constrained);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h52 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxList& constrained);
53 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxShape *constrained);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h52 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxList& constrained);
53 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxShape *constrained);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dcomposit.h52 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxList& constrained);
53 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxShape *constrained);
/dports/graphics/p5-Image-Math-Constrain/Image-Math-Constrain-1.02/
H A DMETA.yml2 abstract: 'Scaling math used in image size constraining (such'
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-72076.stderr9 …= help: consider constraining the associated type `<Self as X>::S` to `()` or calling a method tha…
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/pa/
H A Dpredicates.md394 ;; constraining immediate operands in three-address insns, or is an
405 ;; constraining immediate operands in three-address insns.
414 ;; constraining immediate operands in three-address insns.
423 ;; constraining immediate operands in three-address insns.
432 ;; constraining immediate operands in three-address insns.
449 ;; constraining immediate operands in three-address insns.
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/generic-associated-types/
H A Dconstraint-assoc-type-suggestion.stderr11 help: consider constraining the associated type `<T as X>::Y<i32>` to `Vec<i32>`
/dports/science/wannier90/wannier90-3.1.0/examples/example26/
H A DGaAs.win9 ! Perform selective localization, add appropriate keywords for constraining the centres

12345678910>>...49