HomeSort by relevance Sort by last modified time
    Searched refs:get_input_file (Results 1 - 3 of 3) sorted by null

  /external/clang/utils/check_cfc/
test_check_cfc.py 129 self.assertIsNone(check_cfc.get_input_file(['clang']))
132 check_cfc.get_input_file(['clang', 'test.c']), 'test.c')
135 check_cfc.get_input_file(['clang', 'test.cpp']), 'test.cpp')
138 check_cfc.get_input_file(['clang', 'test.c', 'test2.cpp']))
140 check_cfc.get_input_file(['clang', 'test.c', 'test2.c']))
142 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.i']))
143 self.assertIsNone(check_cfc.get_input_file(['clang', 'test.ii']))
146 check_cfc.get_input_file(['clang', '"test.c"']), '"test.c"')
148 check_cfc.get_input_file(['clang', "'test.c'"]), "'test.c'")
151 check_cfc.get_input_file(['clang', "\"'test.c'\""]), "\"'test.c'\""
    [all...]
check_cfc.py 121 infile = get_input_file(args)
184 def get_input_file(args): function
205 infile = get_input_file(args)
224 input_is_valid = bool(get_input_file(args))
  /external/llvm/tools/gold/
gold-plugin.cpp 71 static ld_plugin_get_input_file get_input_file = nullptr; variable
215 get_input_file = tv->tv_u.tv_get_input_file;
255 if (!get_input_file) {
256 message(LDPL_ERROR, "get_input_file not passed to LLVMgold.");
842 if (get_input_file(F.handle, &File) != LDPS_OK)

Completed in 305 milliseconds