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

/haiku-buildtools/isl/
H A Disl_ast_graft.c211 /* Internal data structure used inside insert_if.
213 * list is the list of guarded nodes created by each call to insert_if.
214 * node is the original node that is guarded by insert_if.
223 static int insert_if(__isl_take isl_basic_set *bset, void *user);
258 if (isl_set_foreach_basic_set(guard, &insert_if, &data) < 0)
269 static int insert_if(__isl_take isl_basic_set *bset, void *user) function

Completed in 15 milliseconds