LLVM OpenMP 20.0.0git
Macros | Functions | Variables
omp_parallel_copyin_combined.c File Reference
#include "omp_testsuite.h"

Go to the source code of this file.

Macros

#define N   100
 

Functions

int test_omp_parallel_copyin ()
 
int test_omp_parallel_for_copyin ()
 
int test_omp_parallel_for_simd_copyin ()
 
int test_omp_parallel_sections_copyin ()
 
int test_omp_parallel_master_copyin ()
 
int main ()
 

Variables

int x1
 
int x2
 
int x3
 
int x4
 
int x5
 

Macro Definition Documentation

◆ N

#define N   100

Definition at line 4 of file omp_parallel_copyin_combined.c.

Function Documentation

◆ main()

int main ( void  )

◆ test_omp_parallel_copyin()

int test_omp_parallel_copyin ( )

Definition at line 9 of file omp_parallel_copyin_combined.c.

References a, i, N, sum, and x1.

Referenced by main().

◆ test_omp_parallel_for_copyin()

int test_omp_parallel_for_copyin ( )

Definition at line 26 of file omp_parallel_copyin_combined.c.

References a, i, N, sum, and x2.

Referenced by main().

◆ test_omp_parallel_for_simd_copyin()

int test_omp_parallel_for_simd_copyin ( )

Definition at line 42 of file omp_parallel_copyin_combined.c.

References a, i, N, sum, and x3.

Referenced by main().

◆ test_omp_parallel_master_copyin()

int test_omp_parallel_master_copyin ( )

Definition at line 75 of file omp_parallel_copyin_combined.c.

References a, i, N, sum, and x5.

Referenced by main().

◆ test_omp_parallel_sections_copyin()

int test_omp_parallel_sections_copyin ( )

Definition at line 58 of file omp_parallel_copyin_combined.c.

References a, b, and x4.

Referenced by main().

Variable Documentation

◆ x1

int x1

Definition at line 6 of file omp_parallel_copyin_combined.c.

Referenced by test_omp_parallel_copyin().

◆ x2

int x2

Definition at line 6 of file omp_parallel_copyin_combined.c.

Referenced by test_omp_parallel_for_copyin().

◆ x3

int x3

Definition at line 6 of file omp_parallel_copyin_combined.c.

Referenced by test_omp_parallel_for_simd_copyin().

◆ x4

int x4

Definition at line 6 of file omp_parallel_copyin_combined.c.

Referenced by test_omp_parallel_sections_copyin().

◆ x5

int x5

Definition at line 6 of file omp_parallel_copyin_combined.c.

Referenced by test_omp_parallel_master_copyin().