Home
last modified time | relevance | path

Searched refs:union1 (Results 26 – 50 of 1120) sorted by relevance

12345678910>>...45

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/operation/union/
H A DCascadedPolygonUnionTester.java49 Geometry union1 = unionIterated(geoms); in test() local
55 double areaMeasure = (new AreaSimilarityMeasure()).measure(union1, union2); in test()
56 double hausMeasure = (new HausdorffSimilarityMeasure()).measure(union1, union2); in test()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/objc.dg/
H A Dbad-receiver-type-2.m20 } union1,union2[2];
30 [union1.a foo]; /* { dg-warning "invalid receiver type" } */
34 [union1 foo]; /* { dg-warning "invalid receiver type" } */
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-py3/module/
H A Dtypes.pyi286 def __lt__(self, other: 'union1') -> bool: ...
287 def __gt__(self, other: 'union1') -> bool: ...
292 EMPTY: union1.Type = ...
293 i: union1.Type = ...
294 d: union1.Type = ...
301 def type(self) -> "union1.Type": ...
318 u: Final[union1] = ...
325 u: _typing.Optional[union1]=None
534 u_1_1: union1 = ...
535 u_1_2: union1 = ...
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-py/module/
H A Dconstants.pyi38 u_1_1: union1
39 u_1_2: union1
40 u_1_3: union1
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-burn/
H A Dbrasero-file-node.c655 parent->union1.name = import->name; in brasero_file_node_check_imported_sibling()
689 file_node->union1.graft = graft; in brasero_file_node_graft()
725 graft = node->union1.graft; in brasero_file_node_ungraft()
732 node->union1.name = graft->name; in brasero_file_node_ungraft()
754 node->union1.name = g_strdup (name); in brasero_file_node_rename()
896 node->union1.name = g_strdup (name); in brasero_file_node_new_loading()
912 node->union1.name = g_strdup (name); in brasero_file_node_new_virtual()
925 node->union1.name = g_strdup (name); in brasero_file_node_new()
958 node->union1.name = g_strdup (name); in brasero_file_node_new_empty_folder()
1217 node->union1.name = import->name; in brasero_file_node_save_imported_children()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-cpp2/
H A Dmodule_constants.cpp133 ::cpp2::union1 const& module_constants::u_1_1() { in u_1_1()
134 …static folly::Indestructible<::cpp2::union1> const instance(::apache::thrift::detail::make_constan… in u_1_1()
138 ::cpp2::union1 const& module_constants::u_1_2() { in u_1_2()
139 …static folly::Indestructible<::cpp2::union1> const instance(::apache::thrift::detail::make_constan… in u_1_2()
143 ::cpp2::union1 const& module_constants::u_1_3() { in u_1_3()
144 static folly::Indestructible<::cpp2::union1> const instance; in u_1_3()
164 …:apache::thrift::tag::u>(static_cast<::cpp2::union1>(::apache::thrift::detail::make_constant< ::cp… in u_2_4()
169 …:apache::thrift::tag::u>(static_cast<::cpp2::union1>(::apache::thrift::detail::make_constant< ::cp… in u_2_5()
174 …:apache::thrift::tag::u>(static_cast<::cpp2::union1>(::apache::thrift::detail::make_constant< ::cp… in u_2_6()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/test/int_SUITE_data/
H A Dordsets1.erl124 union1(union(S1,S2), Ss);
130 union1(S1, [S2|Ss]) -> function
131 union1(union(S1, S2), Ss);
132 union1(S1, []) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/test/int_break_SUITE_data/
H A Dordsets1.erl121 union1(union(S1,S2), Ss);
127 union1(S1, [S2|Ss]) -> function
128 union1(union(S1, S2), Ss);
129 union1(S1, []) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/test/dbg_ui_SUITE_data/manual_data/src/
H A Dordsets1.erl121 union1(union(S1,S2), Ss);
127 union1(S1, [S2|Ss]) -> function
128 union1(union(S1, S2), Ss);
129 union1(S1, []) -> function

12345678910>>...45