Home
last modified time | relevance | path

Searched refs:CheckTypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyTest.h48 template <typename... CheckTypes>
68 CheckFactory<CheckTypes...>::createChecks(&Context, Checks);
85 template <typename... CheckTypes>
93 static_assert(sizeof...(CheckTypes) > 0, "No checks specified");
125 SmallVector<std::unique_ptr<ClangTidyCheck>, sizeof...(CheckTypes)> Checks;
128 std::make_unique<TestClangTidyAction<CheckTypes...>>(Checks, Finder,
/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp97 CheckTypes, enumerator
829 writer.append(OpCode::CheckTypes, op.getValue(), op.getTypes(), in generate()
2052 case CheckTypes: in execute()