Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_copy_ast.c1489 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()
Dcil_internal.h890 struct cil_tree *args_tree; member
Dcil_resolve_ast.c2793 if (new_call->args_tree == NULL) { in cil_resolve_call1()
2799 pc = new_call->args_tree->root->cl_head; in cil_resolve_call1()
2994 } else if (new_call->args_tree != NULL) { in cil_resolve_call1()
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.c2735 (*call)->args_tree = NULL; in cil_call_init()