Home
last modified time | relevance | path

Searched refs:get_input_file (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/utils/check_cfc/
H A Dtest_check_cfc.py139 self.assertIsNone(check_cfc.get_input_file(['clang']))
142 check_cfc.get_input_file(['clang', 'test.c']), 'test.c')
145 check_cfc.get_input_file(['clang', 'test.cpp']), 'test.cpp')
148 check_cfc.get_input_file(['clang', 'test.c', 'test2.cpp']))
150 check_cfc.get_input_file(['clang', 'test.c', 'test2.c']))
152 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.i']))
153 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.ii']))
156 check_cfc.get_input_file(['clang', '"test.c"']), '"test.c"')
158 check_cfc.get_input_file(['clang', "'test.c'"]), "'test.c'")
161 check_cfc.get_input_file(['clang', "\"'test.c'\""]), "\"'test.c'\"")
H A Dcheck_cfc.py124 infile = get_input_file(args)
187 def get_input_file(args): function
208 infile = get_input_file(args)
229 input_is_valid = bool(get_input_file(args))
387 print("{} {}".format(get_input_file(arguments_a), e.msg), file=sys.stderr)
/openbsd/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp71 static ld_plugin_get_input_file get_input_file = nullptr; variable
91 if (get_input_file(Handle, File.get()) != LDPS_OK) in PluginInputFile()
411 get_input_file = tv->tv_u.tv_get_input_file; in onload()
463 if (!get_input_file) { in onload()