Home
last modified time | relevance | path

Searched defs:modifiers (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_monotonic_schedule_set_get.c20 omp_sched_t sched_append_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_append_modifiers()
28 int sched_has_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_has_modifiers()
H A Domp_monotonic_env.c22 int sched_has_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_has_modifiers()
/llvm-project-15.0.7/llvm/docs/
H A DCommandLine.rst1252 .. _cl::CommaSeparated:
1262 .. _cl::DefaultOption:
1270 .. _cl::PositionalEatsArgs:
1281 .. _cl::Sink:
1289 .. _response files:
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp180 SmallVectorImpl<SmallString<12>> &modifiers) { in verifyScheduleModifiers()
250 SmallVector<SmallString<12>> modifiers; in parseScheduleClause() local