Searched refs:OMP_CLAUSE_NUM_THREADS (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | c-omp.c | 412 case OMP_CLAUSE_NUM_THREADS: in c_split_parallel_clauses()
|
H A D | tree-nested.c | 1169 case OMP_CLAUSE_NUM_THREADS: in convert_nonlocal_omp_clauses() 1461 case OMP_CLAUSE_NUM_THREADS: in convert_local_omp_clauses()
|
H A D | omp-low.c | 1006 case OMP_CLAUSE_NUM_THREADS: in scan_sharing_clauses() 1056 case OMP_CLAUSE_NUM_THREADS: in scan_sharing_clauses() 2196 c = find_omp_clause (clauses, OMP_CLAUSE_NUM_THREADS); in expand_parallel_call()
|
H A D | tree.h | 312 OMP_CLAUSE_NUM_THREADS, enumerator 1621 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_NUM_THREADS),0)
|
H A D | c-parser.c | 6969 check_no_duplicate_clause (list, OMP_CLAUSE_NUM_THREADS, "num_threads"); in c_parser_omp_clause_num_threads() 6971 c = build_omp_clause (OMP_CLAUSE_NUM_THREADS); in c_parser_omp_clause_num_threads()
|
H A D | gimplify.c | 4759 case OMP_CLAUSE_NUM_THREADS: in gimplify_scan_omp_clauses() 4898 case OMP_CLAUSE_NUM_THREADS: in gimplify_adjust_omp_clauses()
|
H A D | tree-pretty-print.c | 312 case OMP_CLAUSE_NUM_THREADS: in dump_omp_clause()
|
H A D | tree.c | 7616 case OMP_CLAUSE_NUM_THREADS: in walk_tree()
|
H A D | c-typeck.c | 8776 case OMP_CLAUSE_NUM_THREADS: in c_finish_omp_clauses()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 3410 case OMP_CLAUSE_NUM_THREADS: in finish_omp_clauses()
|
H A D | parser.c | 18347 check_no_duplicate_clause (list, OMP_CLAUSE_NUM_THREADS, "num_threads"); in cp_parser_omp_clause_num_threads() 18349 c = build_omp_clause (OMP_CLAUSE_NUM_THREADS); in cp_parser_omp_clause_num_threads()
|
H A D | pt.c | 8418 case OMP_CLAUSE_NUM_THREADS: in tsubst_omp_clauses()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 2725 @code{OMP_CLAUSE_NUM_THREADS}, @code{OMP_CLAUSE_SCHEDULE},
|
H A D | gccint.info | 6243 `OMP_CLAUSE_NUM_THREADS', `OMP_CLAUSE_SCHEDULE',
|