/dports/devel/py-numba/numba-0.51.2/numba/tests/doc_examples/ |
H A D | test_structref_usage.py | 20 class MyStructType(types.StructRef): class 72 structref.define_proxy(MyStruct, MyStructType, ["name", "vector"]) 127 @overload_method(MyStructType, "distance") 130 if not isinstance(other, MyStructType):
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/compilable/ |
H A D | cppmangle.d | 254 struct MyStructType { } struct 255 void foo10(const MyStructType s, const MyStructType t); 267 MyStructType s; in test10()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/ |
H A D | cppmangle.d | 254 struct MyStructType { } struct 255 void foo10(const MyStructType s, const MyStructType t); 267 MyStructType s; in test10()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/compilable/ |
H A D | cppmangle.d | 254 struct MyStructType { } struct 255 void foo10(const MyStructType s, const MyStructType t); 267 MyStructType s; in test10()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/compilable/ |
H A D | cppmangle.d | 254 struct MyStructType { } struct 255 void foo10(const MyStructType s, const MyStructType t); 267 MyStructType s; in test10()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/ |
H A D | cppmangle.d | 254 struct MyStructType { } struct 255 void foo10(const MyStructType s, const MyStructType t); 267 MyStructType s; in test10()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/compilable/ |
H A D | cppmangle.d | 254 struct MyStructType { } struct 255 void foo10(const MyStructType s, const MyStructType t); 267 MyStructType s; in test10()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/compilable/ |
H A D | cppmangle.d | 254 struct MyStructType { } struct 255 void foo10(const MyStructType s, const MyStructType t); 267 MyStructType s; in test10()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/compilable/ |
H A D | cppmangle.d | 254 struct MyStructType { } struct 255 void foo10(const MyStructType s, const MyStructType t); 267 MyStructType s; in test10()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/compilable/ |
H A D | cppmangle.d | 254 struct MyStructType { } struct 255 void foo10(const MyStructType s, const MyStructType t); 267 MyStructType s; in test10()
|
/dports/lang/cython/Cython-0.29.24/tests/run/ |
H A D | carray_coercion.pyx | 164 ctypedef struct MyStructType: 182 cdef MyStructType[2] v 184 v[0] = MyStructType(1, 2) 185 v[1] = MyStructType(3, 4) 327 cdef MyStructType[2] v 352 cdef MyStructType[2][3] v = x
|
/dports/lang/cython-devel/cython-2b1e743/tests/run/ |
H A D | carray_coercion.pyx | 164 ctypedef struct MyStructType: 182 cdef MyStructType[2] v 184 v[0] = MyStructType(1, 2) 185 v[1] = MyStructType(3, 4) 327 cdef MyStructType[2] v 352 cdef MyStructType[2][3] v = x
|
/dports/devel/py-numba/numba-0.51.2/numba/tests/ |
H A D | test_struct_ref.py | 63 class MyStructType(types.StructRef): class 75 MyStructType, 230 @overload_method(MyStructType, "testme") 237 @overload_attribute(MyStructType, "prop")
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable_cxx/extra-files/ |
H A D | cppb.cpp | 284 struct MyStructType { }; struct 285 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable_cxx/extra-files/ |
H A D | cppb.cpp | 284 struct MyStructType { }; struct 285 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/extra-files/ |
H A D | cppb.cpp | 284 struct MyStructType { }; struct 285 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/extra-files/ |
H A D | cppb.cpp | 284 struct MyStructType { }; struct 285 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable_cxx/extra-files/ |
H A D | cppb.cpp | 284 struct MyStructType { }; struct 285 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable_cxx/extra-files/ |
H A D | cppb.cpp | 284 struct MyStructType { }; struct 285 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable_cxx/extra-files/ |
H A D | cppb.cpp | 284 struct MyStructType { }; struct 285 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable_cxx/extra-files/ |
H A D | cppb.cpp | 284 struct MyStructType { }; struct 285 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/extra-files/ |
H A D | cppb.cpp | 284 struct MyStructType { }; struct 285 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable_cxx/extra-files/ |
H A D | cppb.cpp | 287 struct MyStructType { }; struct 288 void foo10(const MyStructType s, const MyStructType t) { } in foo10()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable_cxx/ |
H A D | cppa.d | 277 struct MyStructType { } struct 278 void foo10(const MyStructType s, const MyStructType t); 290 MyStructType s; in test10()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable_cxx/ |
H A D | cppa.d | 277 struct MyStructType { } struct 278 void foo10(const MyStructType s, const MyStructType t); 290 MyStructType s; in test10()
|