Home
last modified time | relevance | path

Searched refs:same_types (Results 1 – 25 of 49) sorted by relevance

12

/dports/x11/babl/babl-0.1.88/babl/
H A Dbabl-format.c172 int same_types = 1; in create_name() local
189 same_types = 0; in create_name()
195 if (same_types && in create_name()
197 same_types = 0; in create_name()
200 while (same_types && i--) in create_name()
204 same_types = 0; in create_name()
212 if (same_types) in create_name()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/unboxed-closures/
H A Dunboxed-closure-sugar-default.rs12 trait Eq<X: ?Sized> { fn same_types(&self, x: &X) -> bool { true } } in same_types() method
/dports/devel/boost-docs/boost_1_72_0/libs/gil/test/core/
H A Dpromote_integral.cpp143 bool const same_types = std::is_same in apply() local
148 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/devel/boost-python-libs/boost_1_72_0/libs/gil/test/core/
H A Dpromote_integral.cpp143 bool const same_types = std::is_same in apply() local
148 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/devel/boost-libs/boost_1_72_0/libs/gil/test/core/
H A Dpromote_integral.cpp143 bool const same_types = std::is_same in apply() local
148 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/devel/hyperscan/boost_1_75_0/libs/gil/test/core/
H A Dpromote_integral.cpp142 bool const same_types = std::is_same in apply() local
147 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/lang/gcc48/gcc-4.8.5/gcc/lto/
H A Dlto.c634 goto same_types; in gimple_types_compatible_p_1()
655 goto same_types; in gimple_types_compatible_p_1()
680 goto same_types; in gimple_types_compatible_p_1()
697 goto same_types; in gimple_types_compatible_p_1()
709 goto same_types; in gimple_types_compatible_p_1()
724 goto same_types; in gimple_types_compatible_p_1()
756 goto same_types; in gimple_types_compatible_p_1()
771 goto same_types; in gimple_types_compatible_p_1()
798 goto same_types; in gimple_types_compatible_p_1()
832 goto same_types; in gimple_types_compatible_p_1()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/lto/
H A Dlto.c634 goto same_types; in gimple_types_compatible_p_1()
655 goto same_types; in gimple_types_compatible_p_1()
680 goto same_types; in gimple_types_compatible_p_1()
697 goto same_types; in gimple_types_compatible_p_1()
709 goto same_types; in gimple_types_compatible_p_1()
724 goto same_types; in gimple_types_compatible_p_1()
756 goto same_types; in gimple_types_compatible_p_1()
771 goto same_types; in gimple_types_compatible_p_1()
798 goto same_types; in gimple_types_compatible_p_1()
832 goto same_types; in gimple_types_compatible_p_1()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/util/
H A Dpromote_integral.cpp201 bool const same_types = boost::is_same in apply() local
206 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/util/
H A Dpromote_integral.cpp201 bool const same_types = boost::is_same in apply() local
206 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/util/
H A Dpromote_integral.cpp201 bool const same_types = boost::is_same in apply() local
206 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/util/
H A Dpromote_integral.cpp201 bool const same_types = boost::is_same in apply() local
206 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/util/
H A Dpromote_integral.cpp201 bool const same_types = boost::is_same in apply() local
206 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/util/
H A Dpromote_integral.cpp201 bool const same_types = boost::is_same in apply() local
206 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/util/
H A Dpromote_integral.cpp201 bool const same_types = boost::is_same in apply() local
206 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/util/
H A Dpromote_integral.cpp201 bool const same_types = boost::is_same in apply() local
206 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/util/
H A Dpromote_integral.cpp200 bool const same_types = std::is_same in apply() local
205 BOOST_CHECK_MESSAGE(same_types, in apply()
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dpymicko.py555 def same_types(self, index1, index2): member in SymbolTable
1297 if not self.symtab.same_types(self.shared.function_index, ret.exp[0]):
1349 if not self.symtab.same_types(var_index, assign.exp[0]):
1365 if not self.symtab.same_types(m[0], m[2]):
1384 if not self.symtab.same_types(n[0], n[2]):
1468 if not self.symtab.same_types(arg[0], arg[2]):
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A Dpymicko.py464 def same_types(self, index1, index2): member in SymbolTable
1020 if not self.symtab.same_types(self.shared.function_index, ret.exp[0]):
1052 if not self.symtab.same_types(var_index, assign.exp[0]):
1066 if not self.symtab.same_types(m[0], m[2]):
1083 if not self.symtab.same_types(n[0], n[2]):
1150 if not self.symtab.same_types(arg[0], arg[2]):
/dports/math/octave/octave-6.4.0/liboctave/operators/
H A Dmk-ops.awk270same_types = ((xlhs_tag == "b" && xrhs_tag == "bm") || (xlhs_tag == "cs" && xrhs_tag == "cm") || (…
272 …if (! (same_types || (rhs_is_sparse && lhs_is_sparse) || xlhs_tag == "NONE" || xrhs_tag == "NONE"))
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/
H A Dt_mstch_cpp2_generator.cc66 bool same_types(const t_type* a, const t_type* b) { in same_types() function
87 return same_types(list_a->get_elem_type(), list_b->get_elem_type()); in same_types()
92 return same_types(set_a->get_elem_type(), set_b->get_elem_type()); in same_types()
97 return same_types(map_a->get_key_type(), map_b->get_key_type()) && in same_types()
98 same_types(map_a->get_val_type(), map_b->get_val_type()); in same_types()
373 same_types(expected_type_, const_value_->get_owner()->get_type()); in same_type_as_expected()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/mlir-tblgen/
H A Dtypes.mlir273 // CHECK-LABEL: same_types
274 func @same_types(%ti32: tensor<* x i32>, %tf32: tensor<* x f32>) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/mlir-tblgen/
H A Dtypes.mlir312 // CHECK-LABEL: same_types
313 func @same_types(%ti32: tensor<* x i32>, %tf32: tensor<* x f32>) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/mlir-tblgen/
H A Dtypes.mlir312 // CHECK-LABEL: same_types
313 func @same_types(%ti32: tensor<* x i32>, %tf32: tensor<* x f32>) {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/mlir-tblgen/
H A Dtypes.mlir312 // CHECK-LABEL: same_types
313 func @same_types(%ti32: tensor<* x i32>, %tf32: tensor<* x f32>) {

12