Searched refs:cil_call (Results 1 – 11 of 11) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.h | 94 int cil_resolve_name_call_args(struct cil_call *call, char *name, enum cil_sym_index sym_index, str…
|
D | cil_tree.c | 79 struct cil_call *call = node->data; in cil_tree_get_next_path()
|
D | cil_internal.h | 896 struct cil_call { struct 1075 void cil_call_init(struct cil_call **call);
|
D | cil_resolve_ast.c | 84 struct cil_call *call = parent->data; in __cil_insert_name() 2674 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)curr->data)->macro)); in cil_print_recursive_call() 2683 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)terminating_node->data)->macro)); in cil_print_recursive_call() 2691 cil_tree_log(curr, CIL_ERR, "call %s", ((struct cil_call *)curr->data)->macro_str); in cil_print_recursive_call() 2701 struct cil_call * call = NULL; in cil_check_recursive_call() 2735 static int cil_build_call_args(struct cil_tree_node *call_node, struct cil_call *call, struct cil_m… in cil_build_call_args() 3036 struct cil_call *call = current->data; in cil_resolve_call() 3086 struct cil_call *call = current->data; in cil_resolve_call_args() 3219 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() 4322 struct cil_call *call = node->data; in __cil_resolve_name_with_parents()
|
D | cil_build_ast.h | 208 void cil_destroy_call(struct cil_call *call);
|
D | cil_copy_ast.c | 1472 struct cil_call *orig = data; in cil_copy_call() 1473 struct cil_call *new = NULL; in cil_copy_call()
|
D | cil_write_ast.c | 650 struct cil_call *call = node->data; in cil_write_ast_node()
|
D | cil.c | 2823 void cil_call_init(struct cil_call **call) in cil_call_init()
|
D | cil_build_ast.c | 5404 struct cil_call *call = NULL; in cil_gen_call() 5436 void cil_destroy_call(struct cil_call *call) in cil_destroy_call()
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 5859 …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 …]
|
D | test_cil_copy_ast.c | 1082 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()
|