Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dcounters.test2 RUN: %cpp_compiler %S/CounterTest.cpp -o %t-CounterTest
3 RUN: not %run %t-CounterTest -max_len=6 -seed=1 -timeout=15 2>&1 | FileCheck %s --check-prefix=COU…
/llvm-project-15.0.7/mlir/unittests/Support/
H A DDebugCounterTest.cpp24 TEST(DebugCounterTest, CounterTest) { in TEST() argument