| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
| H A D | control.py | 85 ("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 D | client.py | 49 ("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 D | symbols.py | 128 ("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 D | breakpoint.py | 38 ("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 D | sysobjs.py | 28 ("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 D | symgroup.py | 26 ("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 D | setup.py | 32 ('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 D | execution_engine.py | 23 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 D | disassembler.py | 18 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 D | common.py | 10 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 D | mlir_pytaco_utils.py | 54 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 D | mlir_pytaco.py | 1095 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 D | isl.py.top | 28 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 D | np_to_memref.py | 80 _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 D | runtest.py | 61 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 D | cindex.py | 145 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 D | np_to_sparse_tensor.py | 31 c_lib.convertFromMLIRSparseTensorF64.restype = ctypes.c_void_p
|
| /llvm-project-15.0.7/polly/utils/pyscop/ |
| H A D | isl.py | 557 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 D | TestRunner.py | 462 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 D | lldbtest.py | 223 a_pointer = ctypes.c_void_p(0xffff)
|