Searched defs:c_object_p (Results 1 - 6 of 6) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dbit_reader.py3 from .common import c_object_p namespace
18 module = c_object_p()
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
H A Dcommon.py22 'c_object_p',
26 c_object_p = POINTER(c_void_p) variable
34 assert isinstance(ptr, c_object_p)
H A Ddisassembler.py23 from .common import c_object_p namespace
152 library.LLVMCreateDisasm.restype = c_object_p
H A Dobject.py88 from .common import c_object_p namespace
293 assert isinstance(ptr, c_object_p)
368 assert isinstance(ptr, c_object_p)
432 library.LLVMCreateObjectFile.restype = c_object_p
437 library.LLVMGetSections.restype = c_object_p
439 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
441 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
444 library.LLVMMoveToNextSection.argtypes = [c_object_p]
446 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p]
[all...]
H A Dcore.py11 from .common import c_object_p namespace
158 memory = c_object_p()
479 library.LLVMGetGlobalPassRegistry.restype = c_object_p
483 library.LLVMContextCreate.restype = c_object_p
489 library.LLVMGetGlobalContext.restype = c_object_p
493 POINTER(c_object_p), POINTER(c_char_p)]
502 library.LLVMModuleCreateWithName.restype = c_object_p
527 library.LLVMGetFirstFunction.restype = c_object_p
530 library.LLVMGetLastFunction.restype = c_object_p
533 library.LLVMGetNextFunction.restype = c_object_p
[all...]
/external/clang/bindings/python/clang/
H A Dcindex.py74 c_object_p = POINTER(c_void_p) variable
169 f, l, c, o = c_object_p(), c_uint(), c_uint(), c_uint()
2025 assert isinstance(obj, c_object_p) and obj
2201 _fields_ = [('cursorKind', c_int), ('completionString', c_object_p)]
2897 callbacks['translation_unit_includes'] = CFUNCTYPE(None, c_object_p,
2908 [c_object_p]),
2912 c_object_p,
2916 [c_object_p],
2917 c_object_p,
2921 [c_object_p, c_char_
[all...]

Completed in 108 milliseconds