Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_flavor.h183 CIL_LEVEL, enumerator
Dcil_reset_ast.c491 case CIL_LEVEL: in __cil_reset_node()
Dcil.c675 case CIL_LEVEL: in cil_destroy_data()
860 case CIL_LEVEL: in cil_flavor_to_symtab_index()
1034 case CIL_LEVEL: in cil_node_to_string()
Dcil_tree.c1332 case CIL_LEVEL: { in cil_tree_print_node()
1695 case CIL_LEVEL: cil_log(CIL_INFO, "level:"); break; in cil_tree_print_node()
Dcil_resolve_ast.c2870 case CIL_LEVEL: { in cil_resolve_call1()
2883 lvl_node->flavor = CIL_LEVEL; in cil_resolve_call1()
3044 case CIL_LEVEL: in cil_resolve_call2()
3595 case CIL_LEVEL: in __cil_resolve_ast_node()
Dcil_build_ast.c2702 leaf_expr_flavor = CIL_LEVEL; in __cil_fill_constraint_leaf_expr()
3841 …node(db, ast_node, (struct cil_symtab_datum*)level, (hashtab_key_t)key, CIL_SYM_LEVELS, CIL_LEVEL); in cil_gen_level()
5270 param->flavor = CIL_LEVEL; in cil_gen_macro()
5435 case CIL_LEVEL: in cil_destroy_args()
Dcil_write_ast.c1344 case CIL_LEVEL: in __cil_write_node_helper()
Dcil_copy_ast.c1943 case CIL_LEVEL: in __cil_copy_node_helper()
Dcil_post.c1850 case CIL_LEVEL: { in __cil_post_db_cat_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c6660 …ruct 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 …truct 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 …ruct 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()