LLVM OpenMP 22.0.0git
|
Public Member Functions | |
Sum (int v=0) | |
Sum | operator+ (const Sum &rhs) const |
Sum & | operator+= (const Sum &rhs) |
int | getValue () const |
Definition at line 10 of file omp_for_private_reduction.cpp.
|
inline |
Definition at line 14 of file omp_for_private_reduction.cpp.
Referenced by operator+(), and operator+=().
|
inline |
Definition at line 20 of file omp_for_private_reduction.cpp.
Referenced by checkUserDefinedReduction().
Definition at line 15 of file omp_for_private_reduction.cpp.
References Sum().
Definition at line 16 of file omp_for_private_reduction.cpp.
References Sum().