Searched defs:checks (Results 1 – 8 of 8) sorted by relevance
/llvm-project/libcxx/test/libcxx/ |
H A D | header_inclusions.gen.py | 23 checks = '' global() variable 25 checks = f''' global() variable
|
/llvm-project/openmp/runtime/test/affinity/format/ |
H A D | check.py | 88 checks = Checks(command_args.filename, command_args.prefix) variable
|
/llvm-project/clang-tools-extra/clang-tidy/tool/ |
H A D | run-clang-tidy.py | 95 get_tidy_invocation( f, clang_tidy_binary, checks, tmpdir, build_path, header_filter, allow_enabling_alpha_checkers, extra_arg, extra_arg_before, quiet, config_file_path, config, line_filter, use_color, plugins, warnings_as_errors, exclude_header_filter, allow_no_checks, ) global() argument [all...] |
/llvm-project/clang/utils/check_cfc/ |
H A D | check_cfc.py | 360 checks = [cls.__name__ for cls in vars()["WrapperCheck"].__subclasses__()] variable
|
/llvm-project/openmp/libompd/test/ |
H A D | ompt_plugin.h | 53 static int checks = 0; variable
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | NoLintDirectiveHandler.cpp | 99 std::optional<std::string> checks() const { return Checks; } in checks() function in clang::tidy::__anon3c781a620111::NoLintToken
|
/llvm-project/third-party/benchmark/test/ |
H A D | output_test_helper.cc | 129 void CheckCases(TestCaseList const& checks, std::stringstream& output) { in CheckCases()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | type-traits.cpp | 4453 static void checks() { checks() function
|