Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_guard.pass.cpp21 static int run_count = 0; variable
23 ++run_count; in increment()
32 assert(run_count == 1); in test()
34 assert(run_count == 2); in test()
36 assert(run_count == 3); in test()
38 assert(run_count == 3); in test()
46 static int run_count = 0; variable
48 ++run_count; in increment()
89 static int run_count = 0; variable
91 ++run_count; in increment()
[all …]
/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py243 if options.run_count == 1:
249 if options.run_count == 1:
281 for run_idx in range(options.run_count):
287 if options.run_count == 1:
290 … print('Launching "%s"... (launch %u of %u)' % (exe, run_idx + 1, options.run_count))