Home
last modified time | relevance | path

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

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/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)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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)
/dports/devel/llvm12/llvm-project-12.0.1.src/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)
/dports/devel/llvm11/llvm-11.0.1.src/tools/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)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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)
/dports/devel/llvm90/llvm-9.0.1.src/tools/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)
/dports/devel/llvm10/llvm-10.0.1.src/tools/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)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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'\"")
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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'\"")
/dports/lang/clang-mesa/clang-13.0.1.src/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'\"")
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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'\"")
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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'\"")
/dports/devel/llvm13/llvm-project-13.0.1.src/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'\"")
/dports/devel/llvm80/llvm-8.0.1.src/tools/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'\"")
/dports/devel/llvm70/llvm-7.0.1.src/tools/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'\"")
/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/whodo/
H A Dmakeanalyse.pl26 my $fname= get_input_file();
46 sub get_input_file { subroutine

12345