LLVM OpenMP 22.0.0git
omp_collapse_many_int.c File Reference
#include "collapse_test.inc"

Go to the source code of this file.

Macros

#define LOOP_TYPES   int
#define LOOP

Functions

int main ()

Macro Definition Documentation

◆ LOOP

#define LOOP
Value:
for (i = iLB; i <= iUB; i += iStep) \
for (j = i * jA1 + jA0; j <= i * jB1 + jB0; j += jStep) \
for (k = j * kA1 + kA0; k <= j * kB1 + kB0; k += kStep)
#define i
Definition kmp_stub.cpp:87

Definition at line 10 of file omp_collapse_many_int.c.

◆ LOOP_TYPES

#define LOOP_TYPES   int

Definition at line 9 of file omp_collapse_many_int.c.

Function Documentation

◆ main()

int main ( void )

Definition at line 16 of file omp_collapse_many_int.c.

References test().