LLVM OpenMP 22.0.0git
omp_collapse_one_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 + jA0; j <= i + jB0; j += jStep) \
for (k = j + kA0; k <= j + kB0; k += kStep)
#define i
Definition kmp_stub.cpp:87

Definition at line 9 of file omp_collapse_one_int.c.

◆ LOOP_TYPES

#define LOOP_TYPES   int

Definition at line 8 of file omp_collapse_one_int.c.

Function Documentation

◆ main()

int main ( void )

Definition at line 16 of file omp_collapse_one_int.c.

References test().