Searched refs:args_tree (Results 1 – 5 of 5) sorted by relevance
1489 if (orig->args_tree != NULL) { in cil_copy_call()1490 cil_tree_init(&new->args_tree); in cil_copy_call()1491 rc = cil_copy_ast(db, orig->args_tree->root, new->args_tree->root); in cil_copy_call()
889 struct cil_tree *args_tree; member
2797 if (new_call->args_tree == NULL) { in cil_resolve_call1()2803 pc = new_call->args_tree->root->cl_head; in cil_resolve_call1()2998 } else if (new_call->args_tree != NULL) { in cil_resolve_call1()
5386 cil_tree_init(&call->args_tree); in cil_gen_call()5387 cil_copy_ast(db, parse_current->next->next, call->args_tree->root); in cil_gen_call()5409 if (call->args_tree != NULL) { in cil_destroy_call()5410 cil_tree_destroy(&call->args_tree); in cil_destroy_call()
2572 (*call)->args_tree = NULL; in cil_call_init()