Home | History | Annotate | Download | only in src

Lines Matching refs:trace

2235 	struct cil_list *trace = NULL;
2239 cil_list_init(&trace, CIL_NODE);
2243 cil_list_prepend(trace, CIL_NODE, curr);
2246 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_blockinherit *)curr->data)->block));
2248 cil_list_prepend(trace, CIL_NODE, curr);
2251 cil_list_prepend(trace, CIL_NODE, terminating_node);
2253 cil_list_for_each(item, trace) {
2264 cil_list_destroy(&trace, CIL_FALSE);
2597 struct cil_list *trace = NULL;
2601 cil_list_init(&trace, CIL_NODE);
2606 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)curr->data)->macro));
2608 cil_list_prepend(trace, CIL_NODE, curr);
2613 cil_list_prepend(trace, CIL_NODE, terminating_node);
2615 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)terminating_node->data)->macro));
2618 cil_list_for_each(item, trace) {
2629 cil_list_destroy(&trace, CIL_FALSE);