Home
last modified time | relevance | path

Searched refs:args_tree (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_copy_ast.c1481 if (orig->args_tree != NULL) { in cil_copy_call()
1482 cil_tree_init(&new->args_tree); in cil_copy_call()
1483 rc = cil_copy_ast(db, orig->args_tree->root, new->args_tree->root); in cil_copy_call()
Dcil_internal.h899 struct cil_tree *args_tree; member
Dcil_write_ast.c655 } else if (call->args_tree) { in cil_write_ast_node()
657 write_call_args_tree(out, call->args_tree->root); in cil_write_ast_node()
Dcil_resolve_ast.c2744 if (call->args_tree == NULL) { in cil_build_call_args()
2751 if (call->args_tree == NULL) { in cil_build_call_args()
2756 arg_node = call->args_tree->root->cl_head; in cil_build_call_args()
Dcil_build_ast.c5420 cil_tree_init(&call->args_tree); in cil_gen_call()
5421 cil_copy_ast(db, parse_current->next->next, call->args_tree->root); in cil_gen_call()
5443 if (call->args_tree != NULL) { in cil_destroy_call()
5444 cil_tree_destroy(&call->args_tree); in cil_destroy_call()
Dcil.c2829 (*call)->args_tree = NULL; in cil_call_init()