Home | History | Annotate | Download | only in unit

Lines Matching refs:new_call

5987 	struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data);
5988 cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCKS, args, &macro_node);
5989 new_call->macro = (struct cil_macro*)macro_node->data;
5990 struct cil_list_item *item = new_call->macro->params->head;
6018 struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data);
6019 cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCKS, args, &macro_node);
6020 new_call->macro = (struct cil_macro*)macro_node->data;
6021 struct cil_list_item *item = new_call->macro->params->head;