Searched refs:test_cls (Results 1 – 2 of 2) sorted by relevance
279 struct cil_class *test_cls; in test_cil_copy_classcommon() local280 cil_class_init(&test_cls); in test_cil_copy_classcommon()285 …mtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); in test_cil_copy_classcommon()287 test_ast_node->data = test_cls; in test_cil_copy_classcommon()
787 struct cil_class *test_cls; in test_cil_gen_perm_nodes() local788 cil_class_init(&test_cls); in test_cil_gen_perm_nodes()793 …mtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); in test_cil_gen_perm_nodes()795 test_ast_node->data = test_cls; in test_cil_gen_perm_nodes()815 struct cil_class *test_cls; in test_cil_gen_perm_nodes_failgen_neg() local816 cil_class_init(&test_cls); in test_cil_gen_perm_nodes_failgen_neg()818 cil_symtab_destroy(&test_cls->perms); in test_cil_gen_perm_nodes_failgen_neg()823 …mtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); in test_cil_gen_perm_nodes_failgen_neg()825 test_ast_node->data = test_cls; in test_cil_gen_perm_nodes_failgen_neg()845 struct cil_class *test_cls; in test_cil_gen_perm_nodes_inval_perm_neg() local[all …]