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.h898 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.c2715 if (call->args_tree == NULL) { in cil_build_call_args()
2722 if (call->args_tree == NULL) { in cil_build_call_args()
2727 arg_node = call->args_tree->root->cl_head; in cil_build_call_args()
Dcil_build_ast.c5386 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()
Dcil.c2819 (*call)->args_tree = NULL; in cil_call_init()