Home | History | Annotate | Download | only in tests

Lines Matching refs:def

14     def setUpClass(cls):
17 def run_and_compare(self, input_path, expected_path, cflags=[]):
23 def run_and_compare_name(self, name, cflags=[]):
28 def run_and_compare_name_cpp(self, name, cflags=[]):
31 def run_and_compare_name_c_cpp(self, name, cflags=[]):
35 def test_func_decl_no_args(self):
38 def test_func_decl_one_arg(self):
41 def test_func_decl_two_args(self):
44 def test_func_decl_one_arg_ret(self):
47 def test_example1(self):