Home
last modified time | relevance | path

Searched refs:CuAssertPtrNotNull (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil.c43 CuAssertPtrNotNull(tc, test_new_db->symtab); in test_cil_symtab_array_init()
53 CuAssertPtrNotNull(tc, test_db->ast); in test_cil_db_init()
54 CuAssertPtrNotNull(tc, test_db->symtab); in test_cil_db_init()
55 CuAssertPtrNotNull(tc, test_db->symtab); in test_cil_db_init()
75 CuAssertPtrNotNull(tc, symtab); in test_cil_get_symtab_block()
93 CuAssertPtrNotNull(tc, symtab); in test_cil_get_symtab_class()
111 CuAssertPtrNotNull(tc, symtab); in test_cil_get_symtab_root()
Dtest_cil_tree.c42 CuAssertPtrNotNull(tc, test_node); in test_cil_tree_node_init()
60 CuAssertPtrNotNull(tc, test_tree); in test_cil_tree_init()
Dtest_cil_parser.c54 CuAssertPtrNotNull(tc, test_parse_root); in test_cil_parser()
DCuTest.h112 #define CuAssertPtrNotNull(tc,p) CuAssert_Line((tc),__FILE__,__LINE__,"null pointer unexpect… macro
Dtest_cil_list.c43 CuAssertPtrNotNull(tc, test_avrule->classpermset->permset->perms_list_str); in test_cil_list_init()
Dtest_cil_build_ast.c223 CuAssertPtrNotNull(tc, test_ast_node->data); in test_cil_gen_block()
1046 CuAssertPtrNotNull(tc, test_ast_node->cl_tail); in test_cil_gen_class()
1047 CuAssertPtrNotNull(tc, test_ast_node->data); in test_cil_gen_class()
2026 CuAssertPtrNotNull(tc, test_ast_node->data); in test_cil_gen_common()
2302 CuAssertPtrNotNull(tc, test_ast_node->data); in test_cil_gen_sidcontext()
2323 CuAssertPtrNotNull(tc, test_ast_node->data); in test_cil_gen_sidcontext_namedcontext()
2487 CuAssertPtrNotNull(tc, test_ast_node->data); in test_cil_gen_type()
2576 CuAssertPtrNotNull(tc, test_ast_node->data); in test_cil_gen_typeattribute()
4763 CuAssertPtrNotNull(tc, test_ast_node->data); in test_cil_gen_typealias()
4891 CuAssertPtrNotNull(tc, test_ast_node->data); in test_cil_gen_typeattributeset()
[all …]