Home
last modified time | relevance | path

Searched refs:CIL_LEVEL (Results 1 - 9 of 9) sorted by relevance

/third_party/selinux/libsepol/cil/src/
H A Dcil_flavor.h183 CIL_LEVEL, enumerator
H A Dcil_reset_ast.c560 case CIL_LEVEL: in __cil_reset_node()
H A Dcil_write_ast.c430 case CIL_LEVEL: { in write_call_args()
515 case CIL_LEVEL: in macro_param_flavor_to_string()
912 case CIL_LEVEL: { in cil_write_ast_node()
H A Dcil.c893 case CIL_LEVEL: in cil_destroy_data()
1078 case CIL_LEVEL: in cil_flavor_to_symtab_index()
1252 case CIL_LEVEL: in cil_node_to_string()
H A Dcil_resolve_ast.c2874 case CIL_LEVEL: { in cil_build_call_args()
2888 lvl_node->flavor = CIL_LEVEL; in cil_build_call_args()
3112 case CIL_LEVEL: in cil_resolve_call_args()
3819 case CIL_LEVEL: in __cil_resolve_ast_node()
H A Dcil_build_ast.c2746 leaf_expr_flavor = CIL_LEVEL; in __cil_fill_constraint_leaf_expr()
3842 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)level, (hashtab_key_t)key, CIL_SYM_LEVELS, CIL_LEVEL); in cil_gen_level()
5309 param->flavor = CIL_LEVEL; in cil_gen_macro()
5471 case CIL_LEVEL: in cil_destroy_args()
H A Dcil_copy_ast.c1896 case CIL_LEVEL: in __cil_copy_node_helper()
H A Dcil_post.c1848 case CIL_LEVEL: { in __cil_post_db_cat_helper()
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c6660 int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->next->data, "qaz", CIL_LEVEL, &test_node); in test_cil_resolve_name_call_args_diffflavor()
6691 int rc = cil_resolve_name_call_args(NULL, "qaz", CIL_LEVEL, &test_node); in test_cil_resolve_name_call_args_callnull_neg()
6722 int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->next->data, NULL, CIL_LEVEL, &test_node); in test_cil_resolve_name_call_args_namenull_neg()
6753 int rc = cil_resolve_name_call_args((struct cil_call *)test_db->ast->root->cl_head->next->next->next->data, "qas", CIL_LEVEL, &test_node); in test_cil_resolve_name_call_args_callargsnull_neg()

Completed in 43 milliseconds