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.h843 struct cil_call { struct
1010 void cil_call_init(struct cil_call **call);
Dcil_resolve_ast.c88 struct cil_call *call = parent->data; in __cil_insert_name()
2606 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)curr->data)->macro)); in cil_print_recursive_call()
2615 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)terminating_node->data)->macro)); in cil_print_recursive_call()
2625 cil_log(CIL_ERR, "call %s\n", ((struct cil_call *)curr->data)->macro_str); in cil_print_recursive_call()
2635 struct cil_call * call = NULL; in cil_check_recursive_call()
2671 struct cil_call *new_call = current->data; in cil_resolve_call1()
2926 struct cil_call *new_call = current->data; in cil_resolve_call2()
3032 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()
3969 struct cil_call *call = node->data; in __cil_resolve_name_with_parents()
Dcil_build_ast.h200 void cil_destroy_call(struct cil_call *call);
Dcil_copy_ast.c1412 struct cil_call *orig = data; in cil_copy_call()
1413 struct cil_call *new = NULL; in cil_copy_call()
Dcil_tree.c1543 struct cil_call *call = node->data; in cil_tree_print_node()
Dcil.c2479 void cil_call_init(struct cil_call **call) in cil_call_init()
Dcil_build_ast.c5172 struct cil_call *call = NULL; in cil_gen_call()
5205 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()