LLVM OpenMP 20.0.0git
Functions | Variables
omp_for_lastprivate.c File Reference
#include <stdio.h>
#include <math.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Functions

int test_omp_for_lastprivate ()
 
int main ()
 

Variables

int sum0
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 41 of file omp_for_lastprivate.c.

References i, REPETITIONS, and test_omp_for_lastprivate().

◆ test_omp_for_lastprivate()

int test_omp_for_lastprivate ( )

Definition at line 9 of file omp_for_lastprivate.c.

References i, LOOPCOUNT, sum, and sum0.

Referenced by main().

Variable Documentation

◆ sum0

int sum0

Definition at line 6 of file omp_for_lastprivate.c.

Referenced by test_omp_for_lastprivate().