Searched refs:CIL_CATSET (Results 1 – 10 of 10) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 178 CIL_CATSET, enumerator
|
D | cil_post.c | 72 if (n->flavor == CIL_CATSET) { in cil_verify_is_list() 885 if (node->flavor == CIL_CATSET) { in __cil_cat_to_bitmap() 934 if (n1->flavor == CIL_CATSET || n2->flavor == CIL_CATSET) { in __cil_cat_expr_range_to_bitmap_helper() 1528 case CIL_CATSET: { in __cil_post_db_cat_helper()
|
D | cil_reset_ast.c | 474 case CIL_CATSET: in __cil_reset_node()
|
D | cil.c | 653 case CIL_CATSET: in cil_destroy_data() 840 case CIL_CATSET: in cil_flavor_to_symtab_index() 1008 case CIL_CATSET: in cil_node_to_string() 1256 if (node->flavor == CIL_CATSET) { in cil_cats_to_ebitmap()
|
D | cil_resolve_ast.c | 1588 rc = cil_resolve_expr(CIL_CATSET, cats->str_expr, &cats->datum_expr, current, extra_args); in cil_resolve_cats() 2753 case CIL_CATSET: { in cil_resolve_call1() 2764 cat_node->flavor = CIL_CATSET; in cil_resolve_call1() 2963 case CIL_CATSET: in cil_resolve_call2() 3410 case CIL_CATSET: in __cil_resolve_ast_node()
|
D | cil_tree.c | 1257 case CIL_CATSET: { in cil_tree_print_node() 1656 case CIL_CATSET: cil_log(CIL_INFO, "categoryset:"); break; in cil_tree_print_node()
|
D | cil_write_ast.c | 1311 case CIL_CATSET: in __cil_write_node_helper()
|
D | cil_build_ast.c | 3507 …node(db, ast_node, (struct cil_symtab_datum*)catset, (hashtab_key_t)key, CIL_SYM_CATS, CIL_CATSET); in cil_gen_catset() 5019 param->flavor = CIL_CATSET; in cil_gen_macro() 5182 case CIL_CATSET: in cil_destroy_args()
|
D | cil_copy_ast.c | 1860 case CIL_CATSET: in __cil_copy_node_helper()
|
D | cil_binary.c | 2893 if (node->flavor == CIL_CATSET) { in __cil_cats_to_mls_level()
|