Home
last modified time | relevance | path

Searched refs:Test_report (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dtest.h29 class Test_report; variable
47 run(const char* name, bool (*pfn)(Test_report*));
51 static Test_report*
56 friend class Test_report;
68 static Test_report* current_report;
82 class Test_report
85 Test_report(Test_framework* tf) in Test_report() function
108 Register_test(const char* name, bool (*pfn)(Test_report*));
122 bool (*pfn_)(Test_report*);
Dtest.cc36 Test_report* Test_framework::current_report;
41 Test_framework::run(const char *name, bool (*pfn)(Test_report*)) in run() argument
46 Test_report tr(this); in run()
90 Register_test::Register_test(const char* name, bool (*pfn)(Test_report*)) in Register_test() argument
Dobject_unittest.cc65 Object_test(Test_report*) in Object_test() argument
Dleb128_unittest.cc37 Leb128_test(Test_report*) in Leb128_test() argument
Dbinary_unittest.cc145 Binary_test(Test_report*) in Binary_test() argument