Home
last modified time | relevance | path

Searched defs:checks (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/libcxx/
H A Dheader_inclusions.gen.py23 checks = '' global() variable
25 checks = f''' global() variable
/llvm-project/openmp/runtime/test/affinity/format/
H A Dcheck.py88 checks = Checks(command_args.filename, command_args.prefix) variable
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py95 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 Dcheck_cfc.py360 checks = [cls.__name__ for cls in vars()["WrapperCheck"].__subclasses__()] variable
/llvm-project/openmp/libompd/test/
H A Dompt_plugin.h53 static int checks = 0; variable
/llvm-project/clang-tools-extra/clang-tidy/
H A DNoLintDirectiveHandler.cpp99 std::optional<std::string> checks() const { return Checks; } in checks() function in clang::tidy::__anon3c781a620111::NoLintToken
/llvm-project/third-party/benchmark/test/
H A Doutput_test_helper.cc129 void CheckCases(TestCaseList const& checks, std::stringstream& output) { in CheckCases()
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp4453 static void checks() { checks() function