Searched refs:CIL_CATSET (Results 1 – 10 of 10) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 181 CIL_CATSET, enumerator
|
D | cil_post.c | 149 if (n->flavor == CIL_CATSET) { in cil_verify_is_list() 1133 if (node->flavor == CIL_CATSET) { in __cil_cat_to_bitmap() 1182 if (n1->flavor == CIL_CATSET || n2->flavor == CIL_CATSET) { in __cil_cat_expr_range_to_bitmap_helper() 1826 case CIL_CATSET: { in __cil_post_db_cat_helper()
|
D | cil_reset_ast.c | 488 case CIL_CATSET: in __cil_reset_node()
|
D | cil.c | 827 case CIL_CATSET: in cil_destroy_data() 1020 case CIL_CATSET: in cil_flavor_to_symtab_index() 1190 case CIL_CATSET: in cil_node_to_string() 1442 if (node->flavor == CIL_CATSET) { in cil_cats_to_ebitmap()
|
D | cil_resolve_ast.c | 1633 rc = cil_resolve_expr(CIL_CATSET, cats->str_expr, &cats->datum_expr, current, extra_args); in cil_resolve_cats() 2847 case CIL_CATSET: { in cil_resolve_call1() 2859 cat_node->flavor = CIL_CATSET; in cil_resolve_call1() 3063 case CIL_CATSET: in cil_resolve_call2() 3511 case CIL_CATSET: in __cil_resolve_ast_node()
|
D | cil_tree.c | 1272 case CIL_CATSET: { in cil_tree_print_node() 1700 case CIL_CATSET: cil_log(CIL_INFO, "categoryset:"); break; in cil_tree_print_node()
|
D | cil_write_ast.c | 1330 case CIL_CATSET: in __cil_write_node_helper()
|
D | cil_build_ast.c | 3611 …node(db, ast_node, (struct cil_symtab_datum*)catset, (hashtab_key_t)key, CIL_SYM_CATS, CIL_CATSET); in cil_gen_catset() 5270 param->flavor = CIL_CATSET; in cil_gen_macro() 5433 case CIL_CATSET: in cil_destroy_args()
|
D | cil_copy_ast.c | 1931 case CIL_CATSET: in __cil_copy_node_helper()
|
D | cil_binary.c | 2862 if (node->flavor == CIL_CATSET) { in __cil_cats_to_mls_level()
|