Searched refs:CuAssertPtrNotNull (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil.c | 43 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()
|
D | test_cil_tree.c | 42 CuAssertPtrNotNull(tc, test_node); in test_cil_tree_node_init() 60 CuAssertPtrNotNull(tc, test_tree); in test_cil_tree_init()
|
D | test_cil_parser.c | 54 CuAssertPtrNotNull(tc, test_parse_root); in test_cil_parser()
|
D | CuTest.h | 112 #define CuAssertPtrNotNull(tc,p) CuAssert_Line((tc),__FILE__,__LINE__,"null pointer unexpect… macro
|
D | test_cil_list.c | 43 CuAssertPtrNotNull(tc, test_avrule->classpermset->permset->perms_list_str); in test_cil_list_init()
|
D | test_cil_build_ast.c | 223 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 …]
|