Searched refs:clause (Results 1 - 25 of 39) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/syntax/
H A Dsemi3.go10 for x; y; z // ERROR "missing .*{.* after for clause|undefined"
H A Dsemi1.go10 if x; y // ERROR "missing .*{.* after if clause|undefined"
H A Dsemi2.go10 switch x; y // ERROR "missing .*{.* after switch clause|undefined"
H A Dsemi4.go11 { // ERROR "missing .*{.* after for clause"
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dasyncwait-3.f9528 !$acc wait (1, a) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
30 !$acc wait (a) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
34 !$acc wait (1.0) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
H A Dsubarrays.f9518 ! { dg-error "'a' in MAP clause" "" { target *-*-* } 16 }
27 ! { dg-error "'a' in MAP clause" "" { target *-*-* } 25 }
34 ! { dg-error "'b' in MAP clause" "" { target *-*-* } 32 }
H A Dprivate-3.f953 ! test for private variables in a reduction clause
H A Dasyncwait-4.f9530 !$acc wait async (a) ! { dg-error "ASYNC clause at \\\(1\\\) requires a scalar INTEGER expression" }
34 !$acc wait async (1.0) ! { dg-error "ASYNC clause at \\\(1\\\) requires a scalar INTEGER expression" }
H A Dasyncwait-1.f9562 !$acc parallel copyin (a(1:N)) copy (b(1:N)) async (a) ! { dg-error "ASYNC clause at \\\(1\\\) requires a scalar INTEGER expression" }
74 !$acc parallel copyin (a(1:N)) copy (b(1:N)) async (1.0) ! { dg-error "ASYNC clause at \\\(1\\\) requires a scalar INTEGER expression" }
H A Dasyncwait-2.f9562 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (a) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
74 !$acc parallel copyin (a(1:N)) copy (b(1:N)) wait (1.0) ! { dg-error "WAIT clause at \\\(1\\\) requires a scalar INTEGER expression" }
H A Dif.f9528 ! at most one if clause may appear
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4776.go9 type MyInt int32 // ERROR "package statement must be first|package clause"
H A Dbug274.go8 // Each statement in the list of statements for each case clause must be
/haiku-buildtools/gcc/gcc/
H A Dtree-nested.c1094 tree clause, decl; local
1101 for (clause = *pclauses; clause ; clause = OMP_CLAUSE_CHAIN (clause))
1103 switch (OMP_CLAUSE_CODE (clause))
1106 if (OMP_CLAUSE_REDUCTION_PLACEHOLDER (clause))
1111 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause))
1116 if (OMP_CLAUSE_LINEAR_GIMPLE_SEQ (clause))
1120 convert_nonlocal_reference_op (&OMP_CLAUSE_LINEAR_STEP (clause),
1722 tree clause, decl; local
[all...]
H A Dipa-inline-analysis.c53 be (possibly) true. To make clause (possibly) true, one of conditions
182 p.clause[0] = 0;
193 p.clause[0] = 1 << cond;
194 p.clause[1] = 0;
199 /* Return false predicate. First clause require false condition. */
213 return !p->clause[0];
222 if (p->clause[0] == (1 << predicate_false_condition))
224 gcc_checking_assert (!p->clause[1]
225 && p->clause[0] == 1 << predicate_false_condition);
308 /* Add clause CLAUS
311 add_clause(conditions conditions, struct predicate *p, clause_t clause) argument
607 dump_clause(FILE *f, conditions conds, clause_t clause) argument
855 clause_t clause = inline_p ? 0 : 1 << predicate_not_inlined_condition; local
3327 clause_t clause; local
3364 clause_t clause = p->clause[i]; local
3600 clause_t clause = 0; /* not_inline is known to be false. */ local
3765 clause_t clause; local
3821 clause_t clause; local
3860 clause_t clause; local
4174 clause_t clause; local
[all...]
H A Dlanghooks.h216 /* Return true if DECL in private clause needs
217 OMP_CLAUSE_PRIVATE_OUTER_REF on the private clause. */
223 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer);
226 tree (*omp_clause_copy_ctor) (tree clause, tree dst, tree src);
229 tree (*omp_clause_assign_op) (tree clause, tree dst, tree src);
233 tree (*omp_clause_linear_ctor) (tree clause, tree dst, tree src, tree add);
237 tree (*omp_clause_dtor) (tree clause, tree decl);
239 /* Do language specific checking on an implicitly determined clause. */
240 void (*omp_finish_clause) (tree clause, gimple_seq *pre_p);
H A Dtree-pretty-print.c320 /* Dump OpenMP clause CLAUSE. PP, CLAUSE, SPC and FLAGS are as in
324 dump_omp_clause (pretty_printer *pp, tree clause, int spc, int flags) argument
328 switch (OMP_CLAUSE_CODE (clause))
363 dump_generic_node (pp, OMP_CLAUSE_DECL (clause),
370 if (OMP_CLAUSE_REDUCTION_CODE (clause) != ERROR_MARK)
373 op_symbol_code (OMP_CLAUSE_REDUCTION_CODE (clause)));
376 dump_generic_node (pp, OMP_CLAUSE_DECL (clause),
383 dump_generic_node (pp, OMP_CLAUSE_IF_EXPR (clause),
390 dump_generic_node (pp, OMP_CLAUSE_NUM_THREADS_EXPR (clause),
397 dump_generic_node (pp, OMP_CLAUSE_OPERAND (clause,
815 dump_omp_clauses(pretty_printer *pp, tree clause, int spc, int flags) argument
[all...]
H A Dipa-inline.h88 Predicate is array of clauses terminated by 0. Every clause must be true
91 must be true in order for clause to be true. */
97 clause_t clause[MAX_CLAUSES + 1]; variable
H A Dgimplify.c2816 /* We only emit the jump over the else clause if we have to--if the
2817 then clause may fall through. Otherwise we can wind up with a
3071 /* Build the new then clause, `tmp = then_;'. But don't build the
3076 /* Similarly, build the new else clause, `tmp = else_;'. */
6048 region's REDUCTION clause. */
6565 tree clause;
6618 clause = build_omp_clause (input_location, code);
6619 OMP_CLAUSE_DECL (clause) = decl;
6620 OMP_CLAUSE_CHAIN (clause) = *list_p;
6622 OMP_CLAUSE_PRIVATE_DEBUG (clause)
6562 tree clause; local
[all...]
H A Dlanghooks.c534 lhd_omp_assignment (tree clause ATTRIBUTE_UNUSED, tree dst, tree src)
539 /* Finalize clause C. */
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dcheck-init.c547 tree clause = TREE_OPERAND (exp, 1); local
556 for ( ; clause != NULL_TREE; clause = TREE_CHAIN (clause))
558 tree catch_clause = TREE_OPERAND (clause, 0);
H A Djcf-write.c189 /* State for single catch clause. */
480 /* Allocate a new jcf_handler, for a catch clause that catches exceptions
2217 struct jcf_block *end_label; /* End of try clause. */
2219 tree clause = TREE_OPERAND (exp, 1);
2226 while (clause != NULL_TREE)
2228 tree catch_clause = TREE_OPERAND (clause, 0);
2236 clause = TREE_CHAIN (clause);
2237 if (CAN_COMPLETE_NORMALLY (catch_clause) && clause != NULL_TREE)
2215 tree clause = TREE_OPERAND (exp, 1); local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-openmp.c212 /* Return true if DECL in private clause needs
213 OMP_CLAUSE_PRIVATE_OUTER_REF on the private clause. */
453 gfc_omp_clause_default_ctor (tree clause, tree decl, tree outer) argument
458 gcc_assert (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_PRIVATE
459 || OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LASTPRIVATE
460 || OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_LINEAR
461 || OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_REDUCTION);
465 && !GFC_DECL_GET_SCALAR_ALLOCATABLE (OMP_CLAUSE_DECL (clause)))
467 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause)))
472 OMP_CLAUSE_DECL (clause),
561 gfc_omp_clause_copy_ctor(tree clause, tree dest, tree src) argument
664 gfc_omp_clause_assign_op(tree clause, tree dest, tree src) argument
894 gfc_omp_clause_linear_ctor(tree clause, tree dest, tree src, tree add) argument
984 gfc_omp_clause_dtor(tree clause, tree decl) argument
[all...]
H A Dopenmp.c935 gfc_error_now ("COLLAPSE clause argument not"
1374 gfc_error ("WAIT clause at %L requires a scalar INTEGER expression",
2278 gfc_error ("Unexpected junk after TASKWAIT clause at %C");
2292 gfc_error ("Unexpected junk after TASKYIELD clause at %C");
2590 gfc_error ("Unexpected junk after NOWAIT clause at %C");
2626 resolve_oacc_scalar_int_expr (gfc_expr *expr, const char *clause) argument
2630 gfc_error ("%s clause at %L requires a scalar INTEGER expression",
2631 clause, &expr->where);
2636 resolve_oacc_positive_int_expr (gfc_expr *expr, const char *clause) argument
2638 resolve_oacc_scalar_int_expr (expr, clause);
4352 resolve_oacc_nested_loops(gfc_code *code, gfc_code* do_code, int collapse, const char *clause) argument
4427 resolve_oacc_params_in_parallel(gfc_code *code, const char *clause) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcp-gimplify.c997 /* Private clause doesn't cause any references to the
1017 /* Don't dereference an invisiref in reduction clause's
1539 cxx_omp_clause_default_ctor (tree clause, tree decl, tree /*outer*/)
1541 tree info = CP_OMP_CLAUSE_INFO (clause);
1553 cxx_omp_clause_copy_ctor (tree clause, tree dst, tree src)
1555 tree info = CP_OMP_CLAUSE_INFO (clause);
1569 cxx_omp_clause_assign_op (tree clause, tree dst, tree src)
1571 tree info = CP_OMP_CLAUSE_INFO (clause);
1585 cxx_omp_clause_dtor (tree clause, tree decl)
1587 tree info = CP_OMP_CLAUSE_INFO (clause);
1538 cxx_omp_clause_default_ctor(tree clause, tree decl, tree ) argument
1552 cxx_omp_clause_copy_ctor(tree clause, tree dst, tree src) argument
1568 cxx_omp_clause_assign_op(tree clause, tree dst, tree src) argument
1584 cxx_omp_clause_dtor(tree clause, tree decl) argument
[all...]

Completed in 308 milliseconds

12