Home
last modified time | relevance | path

Searched refs:test_class (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-non-type-template-parameter.cpp28 struct test_class struct
32 typedef member< test_class,const int,&test_class::int_member > ckey_m;
/external/clang/bindings/python/tests/cindex/
Dtest_access_specifiers.py23 test_class = get_cursor(tu, "test_class")
24 assert test_class.access_specifier == AccessSpecifier.INVALID;
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dclass.pass.cpp29 void test_class() in test_class() function
43 test_class<Class>(); in main()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dclass.pass.cpp38 void test_class() in test_class() function
52 test_class<Class>(); in main()
/external/clang/test/CodeGenObjC/
Dencode-test.m175 Class test_class = 0;
176 const char g13[] = @encode(__typeof__(*test_class));
/external/antlr/antlr-3.4/runtime/Python/
Dxmlrunner.py220 def _try_test_run(self, test_class, expected): argument
231 runner.run(unittest.makeSuite(test_class))
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c1446 struct cil_class *test_class; in test_cil_copy_node_helper_perm() local
1447 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()