Searched refs:node_list (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/isl/
H A Disl_ast_graft.c627 isl_ast_node_list *node_list; local
633 node_list = isl_ast_node_list_alloc(ctx, n);
640 node_list = isl_ast_node_list_add(node_list, node);
644 return node_list;
776 isl_ast_node_list *node_list; local
787 node_list = extract_node_list(list);
788 node = isl_ast_node_from_ast_node_list(node_list);
885 isl_ast_node_list *node_list; local
888 node_list
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgraphite-isl-ast-to-gimple.c681 isl_ast_node_list *node_list = isl_ast_node_block_get_children (node); local
683 for (i = 0; i < isl_ast_node_list_n_ast_node (node_list); i++)
685 isl_ast_node *tmp_node = isl_ast_node_list_get_ast_node (node_list, i);
689 isl_ast_node_list_free (node_list);
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-array-notation.c173 tree node_list = NULL_TREE; local
184 node_list = push_stmt_list ();
201 node_list = pop_stmt_list (node_list);
203 return node_list;
/haiku-buildtools/gcc/gcc/c/
H A Dc-array-notation.c172 tree node_list = NULL_TREE; local
183 node_list = push_stmt_list ();
194 node_list = pop_stmt_list (node_list);
196 return node_list;

Completed in 155 milliseconds