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_space_unit
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
space.h
24
__isl_give isl_space *
isl_space_unit
(isl_ctx *ctx);
cpp-checked.h
18120
auto res =
isl_space_unit
(ctx.release());
cpp.h
25589
auto res =
isl_space_unit
(ctx.release());
/src/external/mit/isl/dist/
isl_union_templ.c
101
space =
isl_space_unit
(ctx);
isl_space.c
220
__isl_give isl_space *
isl_space_unit
(isl_ctx *ctx)
function
isl_union_map.c
138
return isl_union_map_empty_space(
isl_space_unit
(ctx));
isl_test.c
8172
space =
isl_space_unit
(ctx);
/src/external/mit/isl/dist/interface/
isl.py
17324
res = isl.
isl_space_unit
(ctx)
17502
isl.
isl_space_unit
.restype = c_void_p
17503
isl.
isl_space_unit
.argtypes = [Context]
Completed in 92 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026