Home
last modified time | relevance | path

Searched refs:c_void_p (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dcontrol.py85 ("AddRef", c_void_p),
86 ("Release", c_void_p),
91 ("GetLogFile", c_void_p),
94 ("GetLogMask", c_void_p),
95 ("SetLogMask", c_void_p),
96 ("Input", c_void_p),
98 ("Output", c_void_p),
109 ("Assemble", c_void_p),
145 ("GetRadix", c_void_p),
146 ("SetRadix", c_void_p),
[all …]
H A Dclient.py49 ("AddRef", c_void_p),
50 ("Release", c_void_p),
51 ("AttachKernel", c_void_p),
67 ("OpenDumpFile", c_void_p),
70 ("StartServer", c_void_p),
74 ("EndSession", c_void_p),
75 ("GetExitCode", c_void_p),
91 ("GetIdentity", c_void_p),
166 ptr = c_void_p()
173 ptr = c_void_p()
[all …]
H A Dsymbols.py128 ("AddRef", c_void_p),
129 ("Release", c_void_p),
146 ("GetTypeName", c_void_p),
147 ("GetTypeId", c_void_p),
158 ("GetScope", c_void_p),
159 ("SetScope", c_void_p),
160 ("ResetScope", c_void_p),
166 ("Reload", c_void_p),
202 ("ReloadWide", c_void_p),
253 ("GetScopeEx", c_void_p),
[all …]
H A Dbreakpoint.py38 ("AddRef", c_void_p),
39 ("Release", c_void_p),
40 ("GetId", c_void_p),
41 ("GetType", c_void_p),
42 ("GetAdder", c_void_p),
43 ("GetFlags", c_void_p),
44 ("AddFlags", c_void_p),
45 ("RemoveFlags", c_void_p),
47 ("GetOffset", c_void_p),
56 ("GetCommand", c_void_p),
[all …]
H A Dsysobjs.py28 ("QueryInterface", c_void_p),
29 ("AddRef", c_void_p),
30 ("Release", c_void_p),
31 ("GetEventThread", c_void_p),
32 ("GetEventProcess", c_void_p),
33 ("GetCurrentThreadId", c_void_p),
35 ("GetCurrentProcessId", c_void_p),
44 ("GetThreadIdByTeb", c_void_p),
54 ("GetProcessIdByPeb", c_void_p),
65 ("GetEventSystem", c_void_p),
[all …]
H A Dsymgroup.py26 ("QueryInterface", c_void_p),
27 ("AddRef", c_void_p),
28 ("Release", c_void_p),
30 ("AddSymbol", c_void_p),
35 ("ExpandSymbol", c_void_p),
36 ("OutputSymbols", c_void_p),
37 ("WriteSymbol", c_void_p),
38 ("OutputAsType", c_void_p),
39 ("AddSymbolWide", c_void_p),
42 ("WritesymbolWide", c_void_p),
[all …]
H A Dsetup.py32 ('hStdInput', c_void_p),
33 ('hStdOutput', c_void_p),
34 ('hStdError', c_void_p)
39 ('hProcess', c_void_p),
40 ('hThread', c_void_p),
/llvm-project-15.0.7/mlir/python/mlir/
H A Dexecution_engine.py23 prototype = ctypes.CFUNCTYPE(None, ctypes.c_void_p)
32 packed_args = (ctypes.c_void_p * len(ctypes_args))()
34 packed_args[argNum] = ctypes.cast(ctypes_args[argNum], ctypes.c_void_p)
42 callback = ctypes.cast(ctypes_callback, ctypes.c_void_p)
/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Ddisassembler.py18 from ctypes import c_void_p
75 ptr = lib.LLVMCreateDisasm(c_char_p(triple), c_void_p(None), c_int(0),
149 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int,
163 callbacks['op_info'] = CFUNCTYPE(c_int, c_void_p, c_uint64, c_uint64, c_uint64,
164 c_int, c_void_p)
165 callbacks['symbol_lookup'] = CFUNCTYPE(c_char_p, c_void_p, c_uint64,
H A Dcommon.py10 from ctypes import c_void_p
25 c_object_p = POINTER(c_void_p)
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco_utils.py54 to_func.restype = ctypes.c_void_p
55 from_func.restype = ctypes.c_void_p
115 sparse_tensor: ctypes.c_void_p, argument
271 type: str) -> Tuple[ctypes.c_void_p, np.ndarray]:
343 def output_sparse_tensor(tensor: ctypes.c_void_p, filename: str, argument
369 ctypes.byref(ctypes.cast(tensor, ctypes.c_void_p)),
H A Dmlir_pytaco.py1095 def _set_packed_sparse_tensor(self, pointer: ctypes.c_void_p) -> None: argument
1501 return ctypes.pointer(ctypes.cast(ptr, ctypes.c_void_p))
/llvm-project-15.0.7/polly/lib/External/isl/python/
H A Disl.py.top28 return c_void_p(self.ptr)
36 isl.isl_ctx_alloc.restype = c_void_p
/llvm-project-15.0.7/mlir/python/mlir/runtime/
H A Dnp_to_memref.py80 _fields_ = [("rank", ctypes.c_longlong), ("descriptor", ctypes.c_void_p)]
111 d.descriptor = ctypes.cast(ctypes.pointer(x), ctypes.c_void_p)
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Druntest.py61 call_args.append(ctypes.c_void_p(None))
69 call_args.append(ctypes.c_void_p(None))
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py145 c_object_p = POINTER(c_void_p)
309 ("ptr_data", c_void_p * 2),
3284 ('ptr_data', c_void_p)
3532 [c_void_p],
3536 [c_void_p],
3541 [c_void_p, c_int],
3545 [c_void_p, c_int],
3549 [c_void_p, c_int],
3554 [c_void_p],
3762 [c_void_p],
[all …]
/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/python/tools/
H A Dnp_to_sparse_tensor.py31 c_lib.convertFromMLIRSparseTensorF64.restype = ctypes.c_void_p
/llvm-project-15.0.7/polly/utils/pyscop/
H A Disl.py557 isl.isl_union_map_compute_flow.argtypes = [c_int, c_int, c_int, c_int, c_void_p,
558 c_void_p, c_void_p, c_void_p]
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py462 from ctypes import addressof, byref, c_void_p, create_unicode_buffer
474 ('hNameMappings', c_void_p),
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py223 a_pointer = ctypes.c_void_p(0xffff)