OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isl_id_set_free_user
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
id.h
32
__isl_give isl_id *
isl_id_set_free_user
(__isl_take isl_id *id,
cpp-checked.h
9143
res =
isl_id_set_free_user
(res, &ctx::free_user);
cpp.h
11071
res =
isl_id_set_free_user
(res, &ctx::free_user);
/src/external/mit/isl/dist/
isl_id.c
183
__isl_give isl_id *
isl_id_set_free_user
(__isl_take isl_id *id,
function
194
/* Retrieve the callback set by
isl_id_set_free_user
,
isl_ast.c
2206
note_id =
isl_id_set_free_user
(note_id, note_free);
/src/external/mit/isl/dist/interface/
isl.py
45
isl.
isl_id_set_free_user
.restype = c_void_p
46
isl.
isl_id_set_free_user
.argtypes = [c_void_p, c_void_p]
12941
self.ptr = isl.
isl_id_set_free_user
(self.ptr, Context.free_user)
Completed in 72 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026