Home
last modified time | relevance | path

Searched refs:cil_call (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.h92 int cil_resolve_name_call_args(struct cil_call *call, char *name, enum cil_sym_index sym_index, str…
Dcil_internal.h864 struct cil_call { struct
1037 void cil_call_init(struct cil_call **call);
Dcil_resolve_ast.c88 struct cil_call *call = parent->data; in __cil_insert_name()
2653 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)curr->data)->macro)); in cil_print_recursive_call()
2662 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)terminating_node->data)->macro)); in cil_print_recursive_call()
2670 cil_tree_log(curr, CIL_ERR, "call %s", ((struct cil_call *)curr->data)->macro_str); in cil_print_recursive_call()
2680 struct cil_call * call = NULL; in cil_check_recursive_call()
2716 struct cil_call *new_call = current->data; in cil_resolve_call1()
2971 struct cil_call *new_call = current->data; in cil_resolve_call2()
3077 int cil_resolve_name_call_args(struct cil_call *call, char *name, enum cil_sym_index sym_index, str… in cil_resolve_name_call_args()
4026 struct cil_call *call = node->data; in __cil_resolve_name_with_parents()
Dcil_build_ast.h202 void cil_destroy_call(struct cil_call *call);
Dcil_tree.c87 struct cil_call *call = node->data; in cil_tree_get_next_path()
1642 struct cil_call *call = node->data; in cil_tree_print_node()
Dcil_copy_ast.c1435 struct cil_call *orig = data; in cil_copy_call()
1436 struct cil_call *new = NULL; in cil_copy_call()
Dcil.c2522 void cil_call_init(struct cil_call **call) in cil_call_init()
Dcil_build_ast.c5188 struct cil_call *call = NULL; in cil_gen_call()
5220 void cil_destroy_call(struct cil_call *call) in cil_destroy_call()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c5859 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, ((struct cil_call*)test_db->ast->r… in test_cil_resolve_call1_unknown_neg()
5860 …((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro = (struct cil_macro… in test_cil_resolve_call1_unknown_neg()
5861 free(((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str); in test_cil_resolve_call1_unknown_neg()
5862 ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str = NULL; in test_cil_resolve_call1_unknown_neg()
5864 …((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro->params->head->flav… in test_cil_resolve_call1_unknown_neg()
5987 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_paramsflavor_neg()
6018 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_unknownflavor_neg()
6533 …((struct cil_args*)((struct cil_list_item *)((struct cil_call *)test_db->ast->root->cl_head->next-… in test_cil_resolve_call2_unknown_neg()
6595 …int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->ne… in test_cil_resolve_name_call_args()
6630 …int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->ne… in test_cil_resolve_name_call_args_multipleparams()
[all …]
Dtest_cil_copy_ast.c1082 struct cil_call *test_copy; in test_cil_copy_call()
1089 CuAssertStrEquals(tc, test_copy->macro_str, ((struct cil_call *)test_ast_node->data)->macro_str); in test_cil_copy_call()