Searched refs:c_object_p (Results 1 - 5 of 5) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dobject.py85 from .common import c_object_p namespace
285 assert isinstance(ptr, c_object_p)
369 assert isinstance(ptr, c_object_p)
441 library.LLVMCreateObjectFile.restype = c_object_p
446 library.LLVMGetSections.restype = c_object_p
448 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
450 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
453 library.LLVMMoveToNextSection.argtypes = [c_object_p]
455 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p]
[all...]
H A Dcore.py11 from .common import c_object_p namespace
75 memory = c_object_p()
88 POINTER(c_object_p), POINTER(c_char_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.py24 from .common import c_object_p namespace
127 library.LLVMCreateDisasm.restype = c_object_p
/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()
1703 assert isinstance(obj, c_object_p) and obj
1879 _fields_ = [('cursorKind', c_int), ('completionString', c_object_p)]
2562 callbacks['translation_unit_includes'] = CFUNCTYPE(None, c_object_p,
2572 [c_object_p]),
2576 c_object_p,
2580 [c_object_p, c_char_p],
2581 c_object_p,
2585 [c_object_p]),
[all...]

Completed in 87 milliseconds