Searched refs:arr_x (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/OpenMP/
H A Dthreadprivate_codegen.cpp124 // 8 caches created (for Static::s, gs1, gs3, arr_x, main::sm, ST<int>::st,
216 S1 arr_x[2][3] = { { 1, 2, 3 }, { 4, 5, 6 } }; variable
217 #pragma omp threadprivate(arr_x)
423 Res += arr_x[1][1].a;
615 Res += arr_x[1][1].a;

Completed in 182 milliseconds