Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Support/
H A DDebugActionTest.cpp50 TEST(DebugActionTest, ActionSpecificHandler) { in TEST() argument
54 struct ActionSpecificHandler : public ParametricAction::Handler { in TEST() struct
55 FailureOr<bool> shouldExecute(bool shouldExecuteParam) final { in TEST()