Searched refs:check_cfc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/check_cfc/
H A Dtest_check_cfc.py3 """Test internal functions within check_cfc.py."""
5 import check_cfc namespace
14 self.assertIn('-g', check_cfc.flip_dash_g(['clang', '-c']))
15 self.assertNotIn('-g', check_cfc.flip_dash_g(['clang', '-c', '-g']))
17 '-g', check_cfc.flip_dash_g(['clang', '-g', '-c', '-g']))
26 bin_path, check_cfc.remove_dir_from_path(bin_path, bin_path))
32 stripped_path_var = check_cfc.remove_dir_from_path(path_var, bin_path)
39 check_cfc.remove_dir_from_path(r'/usr//bin', bin_path))
45 bin_path, check_cfc.remove_dir_from_path(path_var, r'/USR/BIN'))
49 bin_path, check_cfc
[all...]

Completed in 94 milliseconds