Lines Matching refs:isl
9 isl = cdll.LoadLibrary(isl_dlname)
11 isl = cdll.LoadLibrary(find_library("isl"))
21 ptr = isl.isl_ctx_alloc()
25 isl.isl_ctx_free(self)
40 isl.isl_ctx_alloc.restype = c_void_p
41 isl.isl_ctx_free.argtypes = [Context]
42 isl.isl_id_alloc.restype = c_void_p
43 isl.isl_id_alloc.argtypes = [Context, c_char_p, py_object]
44 isl.isl_id_set_free_user.restype = c_void_p
45 isl.isl_id_set_free_user.argtypes = [c_void_p, c_void_p]
46 isl.isl_id_get_free_user.restype = c_void_p
47 isl.isl_id_get_free_user.argtypes = [c_void_p]
48 isl.isl_id_get_user.restype = py_object
49 isl.isl_id_get_user.argtypes = [c_void_p]