Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c902 isl_ctx *isl_ast_node_get_ctx(__isl_keep isl_ast_node *node) in isl_ast_node_get_ctx() function
1113 dup = isl_ast_node_alloc(isl_ast_node_get_ctx(node), node->type); in isl_ast_node_dup()
1230 isl_die(isl_ast_node_get_ctx(node), isl_error_invalid, msg, in isl_ast_node_check_type()
1423 return isl_ast_expr_alloc_int_si(isl_ast_node_get_ctx(node), 1); in isl_ast_node_for_get_inc()
2938 ctx = isl_ast_node_get_ctx(node); in need_block()
3225 ctx = isl_ast_node_get_ctx(node); in isl_ast_node_print()
3931 p = isl_printer_to_str(isl_ast_node_get_ctx(node)); in isl_ast_node_to_C_str()
H A Disl_ast_graft.c64 ctx = isl_ast_node_get_ctx(node); in graft_alloc()
H A Disl_test.c9631 isl_die(isl_ast_node_get_ctx(node), isl_error_unknown, in after_for()
9637 isl_die(isl_ast_node_get_ctx(node), isl_error_unknown, in after_for()
9645 isl_die(isl_ast_node_get_ctx(node), isl_error_unknown, in after_for()
9916 isl_die(isl_ast_node_get_ctx(tree), isl_error_unknown, in create_leaf()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dast.h113 isl_ctx *isl_ast_node_get_ctx(__isl_keep isl_ast_node *node);
H A Dcpp.h7763 auto saved_ctx = isl_ast_node_get_ctx(ptr); in manage_copy()
7782 auto saved_ctx = isl_ast_node_get_ctx(obj.ptr); in ast_node()
7838 return isl::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
7897 auto saved_ctx = isl_ast_node_get_ctx(obj.get());
7937 return isl::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
7961 auto saved_ctx = isl_ast_node_get_ctx(obj.get());
7989 return isl::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
8093 auto saved_ctx = isl_ast_node_get_ctx(obj.get());
8121 return isl::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
8191 auto saved_ctx = isl_ast_node_get_ctx(obj.get());
[all …]
H A Dcpp-checked.h6944 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
7011 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
7055 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
7149 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
7387 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
7448 return isl::checked::ctx(isl_ast_node_get_ctx(ptr)); in ctx()
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod668 isl_ctx *isl_ast_node_get_ctx(