Searched refs:compiler_language (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/clang/tools/scan-build-py/tests/unit/ |
H A D | test_compilation.py | 14 self.assertIsNotNone(sut.compiler_language(['clang'])) 15 self.assertIsNotNone(sut.compiler_language(['clang-3.6'])) 16 self.assertIsNotNone(sut.compiler_language(['clang++'])) 17 self.assertIsNotNone(sut.compiler_language(['clang++-3.5.1'])) 18 self.assertIsNotNone(sut.compiler_language(['cc'])) 19 self.assertIsNotNone(sut.compiler_language(['c++'])) 20 self.assertIsNotNone(sut.compiler_language(['gcc'])) 21 self.assertIsNotNone(sut.compiler_language(['g++'])) 22 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/gcc'])) 23 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/g++'])) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/libscanbuild/ |
D | compilation.py | 72 result.compiler = compiler_language(command) 130 def compiler_language(command): function
|
D | analyze.py | 42 from libscanbuild.compilation import split_command, classify_source, compiler_language 858 "compiler": compiler_language(command), # 'c' or 'c++'
|
/aosp_15_r20/external/clang/tools/scan-build-py/libscanbuild/ |
H A D | compilation.py | 72 result.compiler = compiler_language(command) 130 def compiler_language(command): function
|
H A D | runner.py | 15 from libscanbuild.compilation import classify_source, compiler_language 285 'compiler': compiler_language(command) # 'c' or 'c++'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/libscanbuild/ |
D | compilation.py | 72 result.compiler = compiler_language(command) 130 def compiler_language(command): function
|
D | analyze.py | 42 from libscanbuild.compilation import split_command, classify_source, compiler_language 858 "compiler": compiler_language(command), # 'c' or 'c++'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/libscanbuild/ |
D | compilation.py | 72 result.compiler = compiler_language(command) 130 def compiler_language(command): function
|
D | analyze.py | 42 from libscanbuild.compilation import split_command, classify_source, compiler_language 858 "compiler": compiler_language(command), # 'c' or 'c++'
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/libscanbuild/ |
D | compilation.py | 72 result.compiler = compiler_language(command) 130 def compiler_language(command): function
|
D | analyze.py | 42 from libscanbuild.compilation import split_command, classify_source, compiler_language 858 "compiler": compiler_language(command), # 'c' or 'c++'
|