Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c798 tree untied = omp_find_clause (clauses, OMP_CLAUSE_UNTIED); in expand_task_call() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc761 tree untied = omp_find_clause (clauses, OMP_CLAUSE_UNTIED); in expand_task_call() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h1344 bool nowait, ordered, untied, mergeable; member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1530 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member