Home
last modified time | relevance | path

Searched refs:struct4 (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-android/
H A Dstruct4.java25 public class struct4 implements TBase, java.io.Serializable, Cloneable { class
38 public struct4( in struct4() method in struct4
50 public struct4(struct4 other) { in struct4() method in struct4
68 public struct4 deepCopy() { in deepCopy()
69 return new struct4(this); in deepCopy()
105 if (!(_that instanceof struct4)) in equals()
107 struct4 that = (struct4)_that; in equals()
128 public static struct4 deserialize(TProtocol iprot) throws TException { in deserialize()
171 struct4 _that; in deserialize()
172 _that = new struct4( in deserialize()
/dports/devel/hyperscan/boost_1_75_0/libs/unordered/test/unordered/
H A Dincomplete_test.cpp96 struct struct4 struct
98 boost::unordered_multiset<struct4, hash, equals, allocator<struct4> > x;
117 incomplete_test::struct4 c4; argument
128 std::size_t hash_value(struct4 const&);
133 bool operator==(struct4 const&, struct4 const&);
159 std::size_t hash_value(struct4 const&) { return 0; } in hash_value()
164 bool operator==(struct4 const&, struct4 const&) { return true; } in operator ==()
/dports/devel/boost-python-libs/boost_1_72_0/libs/unordered/test/unordered/
H A Dincomplete_test.cpp96 struct struct4 struct
98 boost::unordered_multiset<struct4, hash, equals, allocator<struct4> > x;
117 incomplete_test::struct4 c4; argument
128 std::size_t hash_value(struct4 const&);
133 bool operator==(struct4 const&, struct4 const&);
159 std::size_t hash_value(struct4 const&) { return 0; } in hash_value()
164 bool operator==(struct4 const&, struct4 const&) { return true; } in operator ==()
/dports/databases/xtrabackup/boost_1_59_0/libs/unordered/test/unordered/
H A Dincomplete_test.cpp79 struct struct4 { struct
80 boost::unordered_multiset<struct4, hash, equals,
81 allocator<struct4> > x;
98 incomplete_test::struct4 c4; argument
109 std::size_t hash_value(struct4 const&);
114 bool operator==(struct4 const&, struct4 const&);
140 std::size_t hash_value(struct4 const&) { return 0; } in hash_value()
145 bool operator==(struct4 const&, struct4 const&) { return true; } in operator ==()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/unordered/test/unordered/
H A Dincomplete_test.cpp79 struct struct4 { struct
80 boost::unordered_multiset<struct4, hash, equals,
81 allocator<struct4> > x;
98 incomplete_test::struct4 c4; argument
109 std::size_t hash_value(struct4 const&);
114 bool operator==(struct4 const&, struct4 const&);
140 std::size_t hash_value(struct4 const&) { return 0; } in hash_value()
145 bool operator==(struct4 const&, struct4 const&) { return true; } in operator ==()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/unordered/test/unordered/
H A Dincomplete_test.cpp79 struct struct4 { struct
80 boost::unordered_multiset<struct4, hash, equals,
81 allocator<struct4> > x;
98 incomplete_test::struct4 c4; argument
109 std::size_t hash_value(struct4 const&);
114 bool operator==(struct4 const&, struct4 const&);
140 std::size_t hash_value(struct4 const&) { return 0; } in hash_value()
145 bool operator==(struct4 const&, struct4 const&) { return true; } in operator ==()
/dports/databases/percona57-server/boost_1_59_0/libs/unordered/test/unordered/
H A Dincomplete_test.cpp79 struct struct4 { struct
80 boost::unordered_multiset<struct4, hash, equals,
81 allocator<struct4> > x;
98 incomplete_test::struct4 c4; argument
109 std::size_t hash_value(struct4 const&);
114 bool operator==(struct4 const&, struct4 const&);
140 std::size_t hash_value(struct4 const&) { return 0; } in hash_value()
145 bool operator==(struct4 const&, struct4 const&) { return true; } in operator ==()
/dports/databases/percona57-client/boost_1_59_0/libs/unordered/test/unordered/
H A Dincomplete_test.cpp79 struct struct4 { struct
80 boost::unordered_multiset<struct4, hash, equals,
81 allocator<struct4> > x;
98 incomplete_test::struct4 c4; argument
109 std::size_t hash_value(struct4 const&);
114 bool operator==(struct4 const&, struct4 const&);
140 std::size_t hash_value(struct4 const&) { return 0; } in hash_value()
145 bool operator==(struct4 const&, struct4 const&) { return true; } in operator ==()
/dports/devel/boost-libs/boost_1_72_0/libs/unordered/test/unordered/
H A Dincomplete_test.cpp96 struct struct4 struct
98 boost::unordered_multiset<struct4, hash, equals, allocator<struct4> > x;
117 incomplete_test::struct4 c4; argument
128 std::size_t hash_value(struct4 const&);
133 bool operator==(struct4 const&, struct4 const&);
159 std::size_t hash_value(struct4 const&) { return 0; } in hash_value()
164 bool operator==(struct4 const&, struct4 const&) { return true; } in operator ==()
/dports/devel/boost-docs/boost_1_72_0/libs/unordered/test/unordered/
H A Dincomplete_test.cpp96 struct struct4 struct
98 boost::unordered_multiset<struct4, hash, equals, allocator<struct4> > x;
117 incomplete_test::struct4 c4; argument
128 std::size_t hash_value(struct4 const&);
133 bool operator==(struct4 const&, struct4 const&);
159 std::size_t hash_value(struct4 const&) { return 0; } in hash_value()
164 bool operator==(struct4 const&, struct4 const&) { return true; } in operator ==()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c582 struct small_rep_info_t *struct4, in init_small_structs() argument
600 struct small_rep_info_t *struct4;
626 init_struct_rep(struct4, 6);
858 struct small_rep_info_t struct4) in sum_struct_print() argument
865 struct small_rep_info_t struct4;
886 struct small_rep_info_t struct4, in print_small_structs() argument
904 struct small_rep_info_t struct4;
953 struct small_rep_info_t struct4, in print_long_arg_list() argument
978 struct small_rep_info_t struct4;
1180 static struct small_rep_info_t *struct4; in main() local
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c582 struct small_rep_info_t *struct4, in init_small_structs() argument
600 struct small_rep_info_t *struct4;
626 init_struct_rep(struct4, 6);
858 struct small_rep_info_t struct4) in sum_struct_print() argument
865 struct small_rep_info_t struct4;
886 struct small_rep_info_t struct4, in print_small_structs() argument
904 struct small_rep_info_t struct4;
953 struct small_rep_info_t struct4, in print_long_arg_list() argument
978 struct small_rep_info_t struct4;
1180 static struct small_rep_info_t *struct4; in main() local
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c582 struct small_rep_info_t *struct4, in init_small_structs() argument
600 struct small_rep_info_t *struct4;
626 init_struct_rep(struct4, 6);
858 struct small_rep_info_t struct4) in sum_struct_print() argument
865 struct small_rep_info_t struct4;
886 struct small_rep_info_t struct4, in print_small_structs() argument
904 struct small_rep_info_t struct4;
953 struct small_rep_info_t struct4, in print_long_arg_list() argument
978 struct small_rep_info_t struct4;
1180 static struct small_rep_info_t *struct4; in main() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c582 struct small_rep_info_t *struct4, in init_small_structs() argument
600 struct small_rep_info_t *struct4;
626 init_struct_rep(struct4, 6);
858 struct small_rep_info_t struct4) in sum_struct_print() argument
865 struct small_rep_info_t struct4;
886 struct small_rep_info_t struct4, in print_small_structs() argument
904 struct small_rep_info_t struct4;
953 struct small_rep_info_t struct4, in print_long_arg_list() argument
978 struct small_rep_info_t struct4;
1180 static struct small_rep_info_t *struct4; in main() local
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-cpp2/
H A Dmodule_types.cpp732 void TccStructTraits<::cpp2::struct4>::translateFieldName( in translateFieldName()
736 using data = apache::thrift::TStructDataStorage<::cpp2::struct4>; in translateFieldName()
751 struct4::struct4(const struct4&) = default;
752 struct4& struct4::operator=(const struct4&) = default;
753 struct4::struct4(struct4&& other) noexcept : in struct4() function in cpp2::struct4
760 struct4& struct4::operator=(FOLLY_MAYBE_UNUSED struct4&& other) noexcept { in operator =()
769 struct4::struct4(apache::thrift::FragileConstructor, ::std::int32_t a__arg, double b__arg, ::std::i… in struct4() function in cpp2::struct4
779 void struct4::__fbthrift_clear() { in __fbthrift_clear()
787 bool struct4::operator==(const struct4& rhs) const { in operator ==()
803 bool struct4::operator<(const struct4& rhs) const { in operator <()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c469 struct small_rep_info_t *struct4, in init_small_structs() argument
494 init_struct_rep(struct4, 6); in init_small_structs()
664 struct small_rep_info_t struct4) in sum_struct_print() argument
683 struct small_rep_info_t struct4, in print_small_structs() argument
701 sum_struct_print(10, struct1, struct2, struct3, struct4); in print_small_structs()
730 struct small_rep_info_t struct4, in print_long_arg_list() argument
904 static struct small_rep_info_t *struct4; in main() local
993 init_small_structs ( struct1, struct2, struct3, struct4, flags, in main()
999 print_small_structs ( *struct1, *struct2, *struct3, *struct4, *flags, in main()
1035 init_struct_rep(struct4, 40); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstCombine/
H A Dgepphigep.ll5 %struct3 = type { i32, %struct4, %struct4 }
6 %struct4 = type { %struct2, %struct2 }
69 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
75 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
80 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
88 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstCombine/
H A Dgepphigep.ll5 %struct3 = type { i32, %struct4, %struct4 }
6 %struct4 = type { %struct2, %struct2 }
69 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
75 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
80 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
88 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dgepphigep.ll5 %struct3 = type { i32, %struct4, %struct4 }
6 %struct4 = type { %struct2, %struct2 }
69 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
75 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
80 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
88 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dgepphigep.ll5 %struct3 = type { i32, %struct4, %struct4 }
6 %struct4 = type { %struct2, %struct2 }
69 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
75 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
80 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
88 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstCombine/
H A Dgepphigep.ll5 %struct3 = type { i32, %struct4, %struct4 }
6 %struct4 = type { %struct2, %struct2 }
69 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
75 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
80 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
88 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InstCombine/
H A Dgepphigep.ll5 %struct3 = type { i32, %struct4, %struct4 }
6 %struct4 = type { %struct2, %struct2 }
69 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
75 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
80 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
88 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dgepphigep.ll5 %struct3 = type { i32, %struct4, %struct4 }
6 %struct4 = type { %struct2, %struct2 }
69 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
75 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
80 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
88 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dgepphigep.ll5 %struct3 = type { i32, %struct4, %struct4 }
6 %struct4 = type { %struct2, %struct2 }
69 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
75 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
80 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
88 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstCombine/
H A Dgepphigep.ll5 %struct3 = type { i32, %struct4, %struct4 }
6 %struct4 = type { %struct2, %struct2 }
69 %tmp11 = getelementptr inbounds %struct4, %struct4* %tmp1, i64 0, i32 0, i32 0
75 %tmp12 = getelementptr inbounds %struct4, %struct4* %tmp2, i64 0, i32 0, i32 1
80 %phi = phi %struct4* [ %tmp1, %bb1 ], [ %tmp2, %bb2 ]
88 %tmp34 = getelementptr inbounds %struct4, %struct4* %phi, i64 %tmp21, i32 1

12345678910>>...26