Home
last modified time | relevance | path

Searched refs:StructRef (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_struct_ref.py18 class MySimplerStructType(types.StructRef):
63 class MyStructType(types.StructRef):
128 sr = types.StructRef([('a', types.int64)])
130 sr = types.StructRef([('a', types.int64), ('b', types.float64)])
136 types.StructRef([(1, types.int64)])
139 types.StructRef([('a', 123)])
143 structref.register(types.StructRef)
145 structref.define_boxing(types.StructRef, MyStruct)
H A Dtest_errorhandling.py430 class ParticleType(types.StructRef):
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.trace/
H A Dunavailable.cc117 struct StructRef struct
119 StructRef (unsigned int val) : ref(d) {} in StructRef() function
133 StructRef g_structref(0x12345678); argument
134 StructRef *g_structref_p = &g_structref;
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.trace/
H A Dunavailable.cc116 struct StructRef struct
118 StructRef (unsigned int val) : ref(d) {} in StructRef() argument
132 StructRef g_structref(0x12345678); argument
133 StructRef *g_structref_p = &g_structref;
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.trace/
H A Dunavailable.cc116 struct StructRef struct
118 StructRef (unsigned int val) : ref(d) {} in StructRef() function
132 StructRef g_structref(0x12345678); argument
133 StructRef *g_structref_p = &g_structref;
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dref_option_ref.rs23 struct StructRef<'a> { struct
/dports/devel/py-numba/numba-0.51.2/numba/experimental/
H A Dstructref.py150 if struct_type is types.StructRef:
277 if struct_type is types.StructRef:
/dports/devel/py-numba/numba-0.51.2/docs/source/extending/
H A Dhigh-level.rst193 mutable pass-by-reference structures, a ``StructRef``. The following example
196 Defining a StructRef
218 Defining a method on StructRef
/dports/devel/py-numba/numba-0.51.2/numba/tests/doc_examples/
H A Dtest_structref_usage.py20 class MyStructType(types.StructRef):
/dports/devel/py-pycparser/pycparser-2.21/build/lib/pycparser/
H A Dc_generator.py402 c_ast.StructRef, c_ast.Constant, c_ast.ID, c_ast.Typedef,
502 c_ast.StructRef, c_ast.FuncCall))
H A D_c_ast.cfg167 StructRef: [name*, type, field*]
H A Dc_parser.py1759 p[0] = c_ast.StructRef(p[1], p[2], field, p[1].coord)
1807 p[0] = c_ast.StructRef(p[1], p[2], p[3], p[1].coord)
/dports/devel/py-pycparser/pycparser-2.21/pycparser/
H A Dc_generator.py402 c_ast.StructRef, c_ast.Constant, c_ast.ID, c_ast.Typedef,
502 c_ast.StructRef, c_ast.FuncCall))
H A D_c_ast.cfg167 StructRef: [name*, type, field*]
H A Dc_parser.py1759 p[0] = c_ast.StructRef(p[1], p[2], field, p[1].coord)
1807 p[0] = c_ast.StructRef(p[1], p[2], p[3], p[1].coord)
/dports/devel/py-pycparser/stage/usr/local/lib/python3.8/site-packages/pycparser/
H A Dc_generator.py402 c_ast.StructRef, c_ast.Constant, c_ast.ID, c_ast.Typedef,
502 c_ast.StructRef, c_ast.FuncCall))
H A D_c_ast.cfg167 StructRef: [name*, type, field*]
H A Dc_parser.py1759 p[0] = c_ast.StructRef(p[1], p[2], field, p[1].coord)
1807 p[0] = c_ast.StructRef(p[1], p[2], p[3], p[1].coord)
/dports/devel/py-pycparser/pycparser-2.21/tests/
H A Dtest_c_parser.py652 if isinstance(n, StructRef):
679 self.assertIsInstance(s3.args.exprs[1], StructRef)
1982 self.assert_num_klass_nodes(ps2, StructRef, 10)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3257 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3266 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3268 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3274 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3347 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3352 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3353 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3372 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3269 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3278 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3280 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3286 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3359 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3364 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3365 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3384 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3269 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3278 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3280 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3286 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3359 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3364 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3365 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3384 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3264 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3273 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3275 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3281 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3354 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3359 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3360 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3379 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3264 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3273 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3275 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3281 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3354 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3359 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3360 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3379 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3262 std::string StructRef = "struct " + Tag; in SynthesizeBlockFunc() local
3271 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3273 S += "(" + StructRef + " *__cself)"; in SynthesizeBlockFunc()
3279 S += StructRef + " *__cself, "; in SynthesizeBlockFunc()
3352 std::string StructRef = "struct " + Tag; in SynthesizeBlockHelperFuncs() local
3357 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()
3358 S += "*dst, " + StructRef; in SynthesizeBlockHelperFuncs()
3377 S += "(" + StructRef; in SynthesizeBlockHelperFuncs()

123