Searched refs:args_tree (Results 1 – 5 of 5) sorted by relevance
1421 if (orig->args_tree != NULL) { in cil_copy_call()1422 cil_tree_init(&new->args_tree); in cil_copy_call()1423 rc = cil_copy_ast(db, orig->args_tree->root, new->args_tree->root); in cil_copy_call()
846 struct cil_tree *args_tree; member
2702 if (new_call->args_tree == NULL) { in cil_resolve_call1()2708 pc = new_call->args_tree->root->cl_head; in cil_resolve_call1()2897 } else if (new_call->args_tree != NULL) { in cil_resolve_call1()
5189 cil_tree_init(&call->args_tree); in cil_gen_call()5190 cil_copy_ast(db, parse_current->next->next, call->args_tree->root); in cil_gen_call()5213 if (call->args_tree != NULL) { in cil_destroy_call()5214 cil_tree_destroy(&call->args_tree); in cil_destroy_call()
2485 (*call)->args_tree = NULL; in cil_call_init()