Searched refs:test_class (Results 1 – 7 of 7) sorted by relevance
28 struct test_class struct32 typedef member< test_class,const int,&test_class::int_member > ckey_m;
23 test_class = get_cursor(tu, "test_class")24 assert test_class.access_specifier == AccessSpecifier.INVALID;
29 void test_class() in test_class() function43 test_class<Class>(); in main()
38 void test_class() in test_class() function52 test_class<Class>(); in main()
175 Class test_class = 0;176 const char g13[] = @encode(__typeof__(*test_class));
220 def _try_test_run(self, test_class, expected): argument231 runner.run(unittest.makeSuite(test_class))
1446 struct cil_class *test_class; in test_cil_copy_node_helper_perm() local1447 cil_class_init(&test_class); in test_cil_copy_node_helper_perm()1452 parent_node->data = test_class; in test_cil_copy_node_helper_perm()