Searched defs:write_test (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/utils/libcxx/test/ | ||
H A D | modules.py | 278 def write_test(self, module, c_headers=[]): global() member in module_test_generator |
/llvm-project/clang-tools-extra/clang-tidy/ | ||
H A D | add_new_check.py | 295 def write_test(module_path, module, check_name, test_extension): global() function |