Home
last modified time | relevance | path

Searched defs:clang_tidy (Results 1 – 5 of 5) sorted by relevance

/external/vixl/tools/
Dclang_tidy.py63 def ClangTidyIsAvailable(clang_tidy): argument
135 def ClangTidyFiles(files, clang_tidy, jobs = 1, progress_prefix = ''): argument
/external/google-fruit/extras/scripts/
Dtravis_yml_generator.py32 def determine_tests(asan, ubsan, clang_tidy, smoke_tests, use_precompiled_headers_in_tests, exclude… argument
77 …buntu_tests(ubuntu_version, compiler, os='linux', stl=None, asan=True, ubsan=True, clang_tidy=True, argument
104 def add_osx_tests(compiler, xcode_version=None, stl=None, asan=True, ubsan=True, clang_tidy=True, argument
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Drun_clang_tidy.py27 clang_tidy = os.environ.get('CLANG_TIDY', 'clang-tidy') variable
/external/grpc-grpc/tools/distrib/
Drun_clang_tidy.py38 clang_tidy = os.environ.get('CLANG_TIDY', 'clang-tidy') variable
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py292 def clang_tidy(ctx: PresubmitContext): function