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.c1444 if (orig->args_tree != NULL) { in cil_copy_call()
1445 cil_tree_init(&new->args_tree); in cil_copy_call()
1446 rc = cil_copy_ast(db, orig->args_tree->root, new->args_tree->root); in cil_copy_call()
Dcil_internal.h867 struct cil_tree *args_tree; member
Dcil_resolve_ast.c2747 if (new_call->args_tree == NULL) { in cil_resolve_call1()
2753 pc = new_call->args_tree->root->cl_head; in cil_resolve_call1()
2942 } else if (new_call->args_tree != NULL) { in cil_resolve_call1()
Dcil_build_ast.c5205 cil_tree_init(&call->args_tree); in cil_gen_call()
5206 cil_copy_ast(db, parse_current->next->next, call->args_tree->root); in cil_gen_call()
5228 if (call->args_tree != NULL) { in cil_destroy_call()
5229 cil_tree_destroy(&call->args_tree); in cil_destroy_call()
Dcil.c2528 (*call)->args_tree = NULL; in cil_call_init()