Home
last modified time | relevance | path

Searched refs:isl_ast_build_expr_from_set (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dast_build.h100 __isl_give isl_ast_expr *isl_ast_build_expr_from_set(
H A Dcpp-checked.h5727 auto res = isl_ast_build_expr_from_set(get(), set.release()); in expr_from()
H A Dcpp.h6459 auto res = isl_ast_build_expr_from_set(get(), set.release()); in expr_from()
/netbsd-src/external/mit/isl/dist/
H A Disl_ast_build_expr.c1799 __isl_give isl_ast_expr *isl_ast_build_expr_from_set( in isl_ast_build_expr_from_set() function
H A Disl_test.c9527 expr = isl_ast_build_expr_from_set(build, set); in test_ast_build()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5537 res = isl.isl_ast_build_expr_from_set(args[0].ptr, isl.isl_set_copy(args[1].ptr))
5627 isl.isl_ast_build_expr_from_set.restype = c_void_p
5628 isl.isl_ast_build_expr_from_set.argtypes = [c_void_p, c_void_p]
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod12099 __isl_give isl_ast_expr *isl_ast_build_expr_from_set(