/external/clang/test/OpenMP/ |
D | task_private_codegen.cpp | 376 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
D | task_firstprivate_codegen.cpp | 467 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
D | taskloop_private_codegen.cpp | 410 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
D | taskloop_simd_private_codegen.cpp | 410 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
D | taskloop_firstprivate_codegen.cpp | 501 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
D | parallel_copyin_codegen.cpp | 490 void array_func() { in array_func() function
|
D | taskloop_lastprivate_codegen.cpp | 506 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
D | single_codegen.cpp | 217 void array_func(int n, int a[n], St s[2]) { in array_func() function
|
D | taskloop_simd_firstprivate_codegen.cpp | 501 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
D | taskloop_simd_lastprivate_codegen.cpp | 506 void array_func(int n, float a[n], St s[2]) { in array_func() function
|
D | teams_firstprivate_codegen.cpp | 248 void array_func(float a[3], St s[2], int n, long double vla1[n]) { in array_func() function
|
D | parallel_firstprivate_codegen.cpp | 480 void array_func(float a[3], St s[2], int n, long double vla1[n]) { in array_func() function
|
/external/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 48 typedef void (GLAPIENTRY *array_func)( const void * ); typedef 1804 CALL_by_offset(disp, (array_func), aa->offset, ((const void *) src)); in _ae_ArrayElement()
|