Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Support/
H A DDebugActionTest.cpp73 FailureOr<bool> shouldExecute() final { return numExecutions++ < 3; } in TEST()
74 unsigned numExecutions = 0; in TEST() member