Home
last modified time | relevance | path

Searched refs:is_ref (Results 1 – 25 of 1163) sorted by relevance

12345678910>>...47

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dgop.h46 .is_ref = 1,
59 .is_ref = 1,
72 .is_ref = 1,
85 .is_ref = 1,
102 .is_ref = 1,
115 .is_ref = 1,
128 .is_ref = 1,
141 .is_ref = 0,
154 .is_ref = 0,
167 .is_ref = 1,
[all …]
/dports/devel/p5-Params-Classify/Params-Classify-0.015/t/
H A Dref.t6 BEGIN { use_ok "Params::Classify", qw(is_ref ref_type); }
17 is(!!is_ref($scalar), !!$reftype);
18 is(!!&is_ref($scalar), !!$reftype);
22 is(!!is_ref($scalar, "ARRAY"), "ARRAY" eq $reftype);
24 is(!!is_ref($scalar, "HASH"), "HASH" eq $reftype);
25 is(!!&is_ref($scalar, "HASH"), "HASH" eq $reftype);
26 is(!!is_ref($scalar, "CODE"), "CODE" eq $reftype);
27 is(!!&is_ref($scalar, "CODE"), "CODE" eq $reftype);
30 is(!!is_ref($scalar, "IO"), "IO" eq $reftype);
31 is(!!&is_ref($scalar, "IO"), "IO" eq $reftype);
[all …]
H A Dcheck.t69 is $@, is_ref($_) ? "" :
72 is $@, is_ref($_) ? "" :
81 is $@, is_ref($_, "ARRAY") ? "" :
84 is $@, is_ref($_, "ARRAY") ? "" :
87 is $@, is_ref($_, "HASH") ? "" :
90 is $@, is_ref($_, "HASH") ? "" :
93 is $@, is_ref($_, "CODE") ? "" :
96 is $@, is_ref($_, "CODE") ? "" :
105 is $@, is_ref($_, "IO") ? "" :
108 is $@, is_ref($_, "IO") ? "" :
[all …]
H A Derror.t7 is_ref check_ref
22 eval { is_ref($arg, $type); };
24 eval { &is_ref($arg, $type); };
31 eval { is_ref($arg, "WIBBLE"); };
33 eval { &is_ref($arg, "WIBBLE"); };
40 eval { is_ref($arg, $type); };
42 eval { &is_ref($arg, $type); };
/dports/math/curv/curv-0.5/tests/
H A Dvalue.cc43 EXPECT_FALSE(v.is_ref()); in TEST()
50 EXPECT_FALSE(v.is_ref()); in TEST()
59 EXPECT_FALSE(v.is_ref()); in TEST()
67 EXPECT_FALSE(v.is_ref()); in TEST()
75 EXPECT_FALSE(v.is_ref()); in TEST()
83 EXPECT_FALSE(v.is_ref()); in TEST()
91 EXPECT_FALSE(v.is_ref()); in TEST()
99 EXPECT_FALSE(v.is_ref()); in TEST()
108 ASSERT_TRUE(v.is_ref()); in TEST()
124 ASSERT_TRUE(v.is_ref()); in TEST()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/eolian_cxx/grammar/
H A Dtype_impl.hpp74 eina::optional<bool> is_ref; in operator ()() member
117 r.base_qualifier.qualifier ^= qualifier_info::is_ref; in operator ()()
125 r.base_qualifier.qualifier ^= qualifier_info::is_ref; in operator ()()
131 r.base_qualifier.qualifier |= qualifier_info::is_ref; in operator ()()
140 r.base_qualifier.qualifier ^= qualifier_info::is_ref; in operator ()()
149 r.base_qualifier.qualifier ^= qualifier_info::is_ref; in operator ()()
155 r.base_qualifier.qualifier ^= qualifier_info::is_ref; in operator ()()
161 r.base_qualifier.qualifier ^= qualifier_info::is_ref; in operator ()()
200 if(regular.base_qualifier & qualifier_info::is_ref) in operator ()()
217 && (!m.is_ref || *m.is_ref == (bool)(regular.base_qualifier & qualifier_info::is_ref)) in operator ()()
[all …]
/dports/devel/p5-MetaCPAN-Client/MetaCPAN-Client-2.029000/t/api/
H A Dpackage.t17 ok( !is_ref($pack->module_name), "module_name is not a ref");
18 ok( !is_ref($pack->file), "file is not a ref");
19 ok( !is_ref($pack->distribution), "distribution is not a ref");
20 ok( !is_ref($pack->version), "version is not a ref");
21 ok( !is_ref($pack->dist_version), "version is not a ref");
22 ok( !is_ref($pack->author), "author is not a ref");
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/common/
H A Dhistogram_helpers.py111 is_ref = hist.diagnostics.get(reserved_infos.IS_REFERENCE_BUILD.name)
112 if is_ref and len(is_ref) == 1:
113 is_ref = is_ref.GetOnlyElement()
126 is_ref=is_ref)
133 is_ref=False, argument
147 if is_ref:
149 elif is_ref:
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/pattern/bindings-after-at/
H A Dnested-binding-modes-ref.rs2 let ref is_ref @ is_val = 42; in main()
3 *is_ref; in main()
7 let is_val @ ref is_ref = 42; in main()
8 *is_ref; in main()
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_embed1_wrap.v11 clk, bit_in, vec_in, wide_in, is_ref
24 input is_ref; port
42 input bit is_ref,
68 is_ref,
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Variables/
H A DProhibitPunctuationVars.pm104 my $i = 0, my $token_type, my $token_data, my $is_ref = 0, my $is_raw_heredoc_tag = 0;
112 if ($is_ref) {
113 $is_ref = 0;
136 if ($is_ref) {
137 $is_ref = 0;
162 $is_ref = 1;
/dports/devel/p5-Sub-Exporter-GlobExporter/Sub-Exporter-GlobExporter-0.005/lib/Sub/Exporter/
H A DGlobExporter.pm82 my $is_ref;
84 $is_ref = sub {
95 my $globref_method = $is_ref->($globref, 'GLOB') ? sub { $globref }
96 : $is_ref->($globref, 'SCALAR') ? $$globref
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/
H A Dbt_spillslot_allocator.rs39 is_ref: bool, field
42 fn new(frag: RangeFrag, is_ref: bool) -> Self { in new()
43 Self { frag, is_ref } in new()
112 return Some(root_item.is_ref); in get_refness_at_inst_point()
280 let is_ref = vlr_env[vlrix].is_ref; in alloc_spill_slots() localVariable
298 assert!(vlr_env[cand_vlrix].is_ref == is_ref); in alloc_spill_slots()
351 if is_ref { in alloc_spill_slots()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/
H A Dbt_spillslot_allocator.rs39 is_ref: bool, field
42 fn new(frag: RangeFrag, is_ref: bool) -> Self { in new()
43 Self { frag, is_ref } in new()
112 return Some(root_item.is_ref); in get_refness_at_inst_point()
280 let is_ref = vlr_env[vlrix].is_ref; in alloc_spill_slots() localVariable
298 assert!(vlr_env[cand_vlrix].is_ref == is_ref); in alloc_spill_slots()
351 if is_ref { in alloc_spill_slots()
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/
H A Dbt_spillslot_allocator.rs39 is_ref: bool, field
42 fn new(frag: RangeFrag, is_ref: bool) -> Self { in new()
43 Self { frag, is_ref } in new()
112 return Some(root_item.is_ref); in get_refness_at_inst_point()
280 let is_ref = vlr_env[vlrix].is_ref; in alloc_spill_slots() localVariable
298 assert!(vlr_env[cand_vlrix].is_ref == is_ref); in alloc_spill_slots()
351 if is_ref { in alloc_spill_slots()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/
H A Dbt_spillslot_allocator.rs39 is_ref: bool, field
42 fn new(frag: RangeFrag, is_ref: bool) -> Self { in new()
43 Self { frag, is_ref } in new()
112 return Some(root_item.is_ref); in get_refness_at_inst_point()
280 let is_ref = vlr_env[vlrix].is_ref; in alloc_spill_slots() localVariable
298 assert!(vlr_env[cand_vlrix].is_ref == is_ref); in alloc_spill_slots()
351 if is_ref { in alloc_spill_slots()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/signals/detail/
H A Dsignals_common.hpp102 struct is_ref struct
108 struct is_ref<reference_wrapper<T> > struct
122 struct is_ref struct
145 typedef typename IF<(is_ref<S>::value),
/dports/biology/lamarc/lamarc-2.1.8/boost/signals/detail/
H A Dsignals_common.hpp102 struct is_ref struct
108 struct is_ref<reference_wrapper<T> > struct
122 struct is_ref struct
145 typedef typename IF<(is_ref<S>::value),
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/yap/
H A Dprint.hpp160 bool is_ref = false, in operator ()()
172 else if (is_ref) in operator ()()
197 bool is_ref = false, in operator ()()
223 bool is_ref = false, in operator ()()
238 else if (is_ref) in operator ()()
254 bool is_ref = false, in print_impl() argument
279 else if (is_ref) in print_impl()
288 else if (is_ref) in print_impl()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/yap/
H A Dprint.hpp160 bool is_ref = false, in operator ()()
172 else if (is_ref) in operator ()()
197 bool is_ref = false, in operator ()()
223 bool is_ref = false, in operator ()()
238 else if (is_ref) in operator ()()
254 bool is_ref = false, in print_impl() argument
279 else if (is_ref) in print_impl()
288 else if (is_ref) in print_impl()
/dports/devel/boost-libs/boost_1_72_0/boost/yap/
H A Dprint.hpp160 bool is_ref = false, in operator ()()
172 else if (is_ref) in operator ()()
197 bool is_ref = false, in operator ()()
223 bool is_ref = false, in operator ()()
238 else if (is_ref) in operator ()()
254 bool is_ref = false, in print_impl() argument
279 else if (is_ref) in print_impl()
288 else if (is_ref) in print_impl()
/dports/devel/boost-docs/boost_1_72_0/boost/yap/
H A Dprint.hpp160 bool is_ref = false, in operator ()()
172 else if (is_ref) in operator ()()
197 bool is_ref = false, in operator ()()
223 bool is_ref = false, in operator ()()
238 else if (is_ref) in operator ()()
254 bool is_ref = false, in print_impl() argument
279 else if (is_ref) in print_impl()
288 else if (is_ref) in print_impl()
/dports/devel/boost-python-libs/boost_1_72_0/boost/yap/
H A Dprint.hpp160 bool is_ref = false, in operator ()()
172 else if (is_ref) in operator ()()
197 bool is_ref = false, in operator ()()
223 bool is_ref = false, in operator ()()
238 else if (is_ref) in operator ()()
254 bool is_ref = false, in print_impl() argument
279 else if (is_ref) in print_impl()
288 else if (is_ref) in print_impl()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/yap/
H A Dprint.hpp160 bool is_ref = false, in operator ()()
172 else if (is_ref) in operator ()()
197 bool is_ref = false, in operator ()()
223 bool is_ref = false, in operator ()()
238 else if (is_ref) in operator ()()
254 bool is_ref = false, in print_impl() argument
279 else if (is_ref) in print_impl()
288 else if (is_ref) in print_impl()
/dports/devel/hyperscan/boost_1_75_0/boost/yap/
H A Dprint.hpp160 bool is_ref = false, in operator ()()
172 else if (is_ref) in operator ()()
197 bool is_ref = false, in operator ()()
223 bool is_ref = false, in operator ()()
238 else if (is_ref) in operator ()()
254 bool is_ref = false, in print_impl() argument
279 else if (is_ref) in print_impl()
288 else if (is_ref) in print_impl()

12345678910>>...47