/external/clang/test/OpenMP/ |
ordered_codegen.cpp | 111 // CHECK-LABEL: define {{.*void}} @{{.*}}test_auto{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}}) 112 void test_auto(float *a, float *b, float *c, float *d) { function
|
parallel_for_codegen.cpp | 266 // CHECK-LABEL: define {{.*void}} @{{.*}}test_auto{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}}) 267 void test_auto(float *a, float *b, float *c, float *d) { function
|
for_codegen.cpp | 240 // CHECK-LABEL: define {{.*void}} @{{.*}}test_auto{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}}) 241 void test_auto(float *a, float *b, float *c, float *d) { function
|
/cts/apps/CameraITS/tests/scene1/ |
test_capture_result.py | 80 lsc_map_auto = test_auto(cam, w_map, h_map) 84 test_auto(cam, w_map, h_map) 108 def test_auto(cam, w_map, h_map): function
|