OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:without_schedule_clause
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/OpenMP/
distribute_codegen.cpp
27
// CHECK-LABEL: define {{.*void}} @{{.*}}
without_schedule_clause
{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
28
void
without_schedule_clause
(float *a, float *b, float *c, float *d) {
function
parallel_for_codegen.cpp
30
// CHECK-LABEL: define {{.*void}} @{{.*}}
without_schedule_clause
{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
31
void
without_schedule_clause
(float *a, float *b, float *c, float *d) {
function
for_codegen.cpp
16
// CHECK-LABEL: define {{.*void}} @{{.*}}
without_schedule_clause
{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}})
17
void
without_schedule_clause
(float *a, float *b, float *c, float *d) {
function
Completed in 401 milliseconds