llvm-project/openmp/runtime/test/ompt/synchronization
Joachim Protze 38f78dd2e2 [OpenMP][Tools][NFC] Fix C99-style declaration of iteration variables
Where possible change to declare the variable before the loop.
Where not possible, specifically request -std=c99 (could be limited to
specific compilers like icc).
2021-10-25 18:20:12 +02:00
..
barrier [OpenMP][Tests][NFC] rename macro to avoid naming clash 2021-02-24 18:03:54 +01:00
reduction
critical.c
flush.c
lock.c
masked.c
master.c [OpenMP][Tests][NFC] rename macro to avoid naming clash 2021-02-24 18:03:54 +01:00
nest_lock.c
ordered.c
ordered_dependences.c [OpenMP][Tools][NFC] Fix C99-style declaration of iteration variables 2021-10-25 18:20:12 +02:00
taskgroup.c
taskwait.c
test_lock.c
test_nest_lock.c
test_nest_lock_parallel.c