HomeSort by: relevance | last modified time | path
    Searched defs:clause (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
ipa-predicate.cc 68 /* Add clause CLAUSE into the predicate P.
81 /* True clause. */
85 /* False clause makes the whole predicate false. Kill the other variants. */
119 /* If new_clause implies clause[i], then clause[i] becomes redundant.
120 Otherwise the clause[i] has to stay. */
246 /* See if we can find clause we can disprove. */
276 /* See if we can find clause we can disprove. */
433 /* Dump clause CLAUSE. *
531 clause_t clause = m_clause[i]; local
    [all...]
ipa-inline-analysis.cc 192 clause_t clause, nonspec_clause; local
200 evaluate_properties_for_edge (edge, true, &clause, &nonspec_clause,
202 ipa_call_context ctx (callee, clause, nonspec_clause, es->param, &avals);
320 clause_t clause, nonspec_clause; local
337 evaluate_properties_for_edge (edge, true, &clause, &nonspec_clause,
339 ipa_call_context ctx (callee, clause, nonspec_clause, vNULL, &avals);
353 clause_t clause, nonspec_clause; local
370 evaluate_properties_for_edge (edge, true, &clause, &nonspec_clause,
372 ipa_call_context ctx (callee, clause, nonspec_clause, vNULL, &avals);
omp-general.cc 50 /* Find an OMP clause of type KIND within CLAUSES. */
2944 tree clause = omp_find_clause (clauses, ids[ix]); local
2947 if (clause)
2948 dim = OMP_CLAUSE_EXPR (clause, ids[ix]);
2975 Upon returning, the chain of clauses will contain exactly one clause
2997 /* Drop the duplicate clause. */
3008 "... to the previous %qs clause here",
3010 /* Drop the conflicting clause. */
3025 /* Default to an implicit 'seq' clause. */
3030 /* In *clauses, we now have exactly one clause specifying the level o
    [all...]
tree-nested.cc 1318 tree clause, decl, *pdecl; local
1325 for (clause = *pclauses; clause ; clause = OMP_CLAUSE_CHAIN (clause))
1328 switch (OMP_CLAUSE_CODE (clause))
1333 if (OMP_CLAUSE_REDUCTION_PLACEHOLDER (clause))
1335 if (TREE_CODE (OMP_CLAUSE_DECL (clause)) == MEM_REF)
1337 pdecl = &TREE_OPERAND (OMP_CLAUSE_DECL (clause), 0);
1347 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause))
2093 tree clause, decl, *pdecl; local
    [all...]
ipa-fnsummary.cc 186 /* We need to create initial empty unconditional clause, but otherwise
379 clause_t clause = inline_p ? 0 : 1 << ipa_predicate::not_inlined_condition; local
398 clause |= 1 << (i + ipa_predicate::first_dynamic_condition);
431 clause |= 1 << (i + ipa_predicate::first_dynamic_condition);
482 clause |= 1 << (i + ipa_predicate::first_dynamic_condition);
553 clause |= 1 << (i + ipa_predicate::first_dynamic_condition);
556 *ret_clause = clause;
4021 clause_t clause, nonspec_clause; local
4023 evaluate_conditions_for_known_args (node, false, avals, &clause,
4025 ipa_call_context ctx (node, clause, nonspec_clause, vNULL, avals)
4234 clause_t clause = 0; \/* not_inline is known to be false. *\/ local
    [all...]
omp-low.cc 113 /* The sibling GIMPLE_OMP_FOR simd with _simt_ clause or NULL
161 /* True if there is nested scan context with inclusive clause. */
164 /* True if there is nested scan context with exclusive clause. */
170 /* True if there is order(concurrent) clause on the construct. */
173 /* True if there is bind clause on the construct (i.e. a loop construct). */
1162 unless a requires directive with the dynamic_allocators clause
1167 error_at (OMP_CLAUSE_LOCATION (c), "%<allocate%> clause must"
1362 /* Let the corresponding firstprivate clause create
1607 clause. An exception is if we have a reference (to pointer):
1631 attach/detach maps have their field looked up by the *clause*
2960 tree clause = build_omp_clause (gimple_location (stmt), OMP_CLAUSE__SIMT_); local
    [all...]
gimplify.cc 148 /* Flag for GOVD_REDUCTION: inscan seen in {in,ex}clusive clause. */
1410 an allocator clause unless a requires directive with the
1411 dynamic_allocators clause is present in the same compilation
1430 "region must specify an %<allocator%> clause", t);
4484 /* We only emit the jump over the else clause if we have to--if the
4485 then clause may fall through. Otherwise we can wind up with a
4760 /* Build the new then clause, `tmp = then_;'. But don't build the
4765 /* Similarly, build the new else clause, `tmp = else_;'. */
7708 there are constructors involved somewhere. Exception is a shared clause,
7808 copy clause on the enclosing parallel construct for carrying back th
13482 tree clause; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-inline-analysis.cc 189 clause_t clause, nonspec_clause; local
197 evaluate_properties_for_edge (edge, true, &clause, &nonspec_clause,
199 ipa_call_context ctx (callee, clause, nonspec_clause, es->param, &avals);
313 clause_t clause, nonspec_clause; local
330 evaluate_properties_for_edge (edge, true, &clause, &nonspec_clause,
332 ipa_call_context ctx (callee, clause, nonspec_clause, vNULL, &avals);
346 clause_t clause, nonspec_clause; local
363 evaluate_properties_for_edge (edge, true, &clause, &nonspec_clause,
365 ipa_call_context ctx (callee, clause, nonspec_clause, vNULL, &avals);
omp-general.cc 22 /* Find an OMP clause of type KIND within CLAUSES. */
2705 tree clause = omp_find_clause (clauses, ids[ix]); local
2708 if (clause)
2709 dim = OMP_CLAUSE_EXPR (clause, ids[ix]);
2736 Upon returning, the chain of clauses will contain exactly one clause
2758 /* Drop the duplicate clause. */
2769 "... to the previous %qs clause here",
2771 /* Drop the conflicting clause. */
2786 /* Default to an implicit 'seq' clause. */
2791 /* In *clauses, we now have exactly one clause specifying the level o
    [all...]
tree-nested.cc 1310 tree clause, decl, *pdecl; local
1317 for (clause = *pclauses; clause ; clause = OMP_CLAUSE_CHAIN (clause))
1320 switch (OMP_CLAUSE_CODE (clause))
1325 if (OMP_CLAUSE_REDUCTION_PLACEHOLDER (clause))
1327 if (TREE_CODE (OMP_CLAUSE_DECL (clause)) == MEM_REF)
1329 pdecl = &TREE_OPERAND (OMP_CLAUSE_DECL (clause), 0);
1339 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause))
2082 tree clause, decl, *pdecl; local
    [all...]
ipa-fnsummary.cc 184 /* We need to create initial empty unconditional clause, but otherwise
376 clause_t clause = inline_p ? 0 : 1 << ipa_predicate::not_inlined_condition; local
426 clause |= 1 << (i + ipa_predicate::first_dynamic_condition);
477 clause |= 1 << (i + ipa_predicate::first_dynamic_condition);
534 clause |= 1 << (i + ipa_predicate::first_dynamic_condition);
537 *ret_clause = clause;
3913 clause_t clause, nonspec_clause; local
3915 evaluate_conditions_for_known_args (node, false, avals, &clause,
3917 ipa_call_context ctx (node, clause, nonspec_clause, vNULL, avals);
4123 clause_t clause = 0; /* not_inline is known to be false. * local
    [all...]
omp-low.cc 113 /* The sibling GIMPLE_OMP_FOR simd with _simt_ clause or NULL
161 /* True if there is nested scan context with inclusive clause. */
164 /* True if there is nested scan context with exclusive clause. */
170 /* True if there is order(concurrent) clause on the construct. */
173 /* True if there is bind clause on the construct (i.e. a loop construct). */
1350 /* Let the corresponding firstprivate clause create
1580 clause. */
1598 attach/detach maps have their field looked up by the *clause*
1761 /* Let the corresponding firstprivate clause create
2321 clause. *
2918 tree clause = build_omp_clause (gimple_location (stmt), OMP_CLAUSE__SIMT_); local
    [all...]
gimplify.cc 125 /* Flag for GOVD_REDUCTION: inscan seen in {in,ex}clusive clause. */
4114 /* We only emit the jump over the else clause if we have to--if the
4115 then clause may fall through. Otherwise we can wind up with a
4370 /* Build the new then clause, `tmp = then_;'. But don't build the
4375 /* Similarly, build the new else clause, `tmp = else_;'. */
7278 there are constructors involved somewhere. Exception is a shared clause,
7378 copy clause on the enclosing parallel construct for carrying back the
7439 " %<order(concurrent)%> clause", DECL_NAME (decl));
7500 but not declared in an enclosing clause.
7519 /* The event-handle specified by a detach clause should always be firstprivate
11093 tree clause; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
logic.cc 50 /* A conjunctive or disjunctive clause.
52 Each clause maintains an iterator that refers to the current
56 struct clause struct
61 /* Initialize a clause with an initial term. */
63 clause (tree t) function in struct:clause
76 clause (clause const& c) function in struct:clause
99 clause, remove but do not replace ITER. Returns a pair
118 the clause, no action is taken, and the current iterator
162 /* Returns true if the clause contains the term T. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
logic.cc 50 /* A conjunctive or disjunctive clause.
52 Each clause maintains an iterator that refers to the current
56 struct clause struct
61 /* Initialize a clause with an initial term. */
63 clause (tree t) function in struct:clause
76 clause (clause const& c) function in struct:clause
99 clause, remove but do not replace ITER. Returns a pair
118 the clause, no action is taken, and the current iterator
162 /* Returns true if the clause contains the term T. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc 131 "%<#pragma omp critical%> with %<hint%> clause requires "
692 enum omp_clause_depend_kind kind, tree clause)
713 if (clause == error_mark_node)
716 if (clause)
718 gcc_assert (TREE_CODE (clause) == OMP_CLAUSE
719 && OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_DEPEND);
720 if (OMP_CLAUSE_CHAIN (clause))
721 error_at (OMP_CLAUSE_LOCATION (clause),
722 "more than one locator in %<depend%> clause on %<depobj%> "
724 switch (OMP_CLAUSE_DEPEND_KIND (clause))
3002 tree clause; member in struct:map_clause
    [all...]
  /src/external/mpl/bind/dist/lib/isccfg/
parser.c 6 * SPDX-License-Identifier: MPL-2.0 AND BSD-2-Clause
2214 const cfg_clausedef_t *clause; local
2248 * clause can occur.
2300 clause = NULL;
2302 for (clause = *clauseset; clause->name != NULL;
2303 clause++)
2306 clause->name) == 0)
2313 if (clause == NULL || clause->name == NULL)
2562 const cfg_clausedef_t *clause; local
2627 const cfg_clausedef_t *clause; local
2672 const cfg_clausedef_t *clause; local
3871 const cfg_clausedef_t *clause; local
    [all...]
namedconf.c 483 * A "category" clause in the "logging" statement.
896 /*% A list of keys, as in the "key" clause of the controls statement. */
2387 * Note: CFG_ZONE_* options indicate in which zone types this clause is
2549 * Note: CFG_ZONE_* options indicate in which zone types this clause is
2736 * exercise the new clause when adding new clauses.
2772 * Clauses that can be found in a 'channel' clause in the
2813 /*% A list of log destination, used in the "category" clause. */
3560 * Handle the special kludge syntax of the "keys" clause in the "server"
3680 * The "file" clause of the "channel" statement.
4053 const cfg_clausedef_t *clause; local
4086 cfg_clausedef_t *clause = NULL; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c 6 * SPDX-License-Identifier: MPL-2.0 AND BSD-2-Clause
2402 const cfg_clausedef_t *clause; local
2436 * clause can occur.
2453 clause = NULL;
2455 for (clause = *clauseset; clause->name != NULL;
2456 clause++)
2459 clause->name) == 0)
2466 if (clause == NULL || clause->name == NULL)
2729 const cfg_clausedef_t *clause; local
2798 const cfg_clausedef_t *clause; local
2840 const cfg_clausedef_t *clause; local
4039 const cfg_clausedef_t *clause; local
    [all...]
namedconf.c 445 * A "category" clause in the "logging" statement.
756 /*% A list of keys, as in the "key" clause of the controls statement. */
2179 * Note: CFG_ZONE_* options indicate in which zone types this clause is
2318 * Note: CFG_ZONE_* options indicate in which zone types this clause is
2513 * Clauses that can be found in a 'channel' clause in the
2554 /*% A list of log destination, used in the "category" clause. */
3274 * Handle the special kludge syntax of the "keys" clause in the "server"
3394 * The "file" clause of the "channel" statement.
3775 const cfg_clausedef_t *clause; local
3778 for (clause = zone_clauses; clause->name != NULL; clause++)
3808 cfg_clausedef_t *clause = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 473 /* Return true if DECL in private clause needs
474 OMP_CLAUSE_PRIVATE_OUTER_REF on the private clause. */
726 gfc_omp_clause_default_ctor (tree clause, tree decl, tree outer)
731 switch (OMP_CLAUSE_CODE (clause))
751 && (!GFC_DECL_GET_SCALAR_ALLOCATABLE (OMP_CLAUSE_DECL (clause))
754 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause)))
759 OMP_CLAUSE_DECL (clause),
807 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause)))
810 OMP_CLAUSE_DECL (clause),
816 /* Reduction clause requires allocated ALLOCATABLE. *
2310 omp_clause_code clause = OMP_CLAUSE_REDUCTION; local
    [all...]
openmp.cc 430 "clause");
674 gfc_error ("Syntax error in OpenMP detach clause at %C");
836 /* The gang clause accepts two optional arguments, num and static.
1580 gfc_error ("Invalid %qs directive at %L in %s clause: declarative, "
1638 gfc_error ("%qs directive mentioned multiple times in %s clause in %s "
1648 gfc_error ("%qs directive mentioned multiple times in %s clause in %s "
1746 gfc_error ("Duplicate %s modifier at %L in USES_ALLOCATORS clause",
1827 gfc_error ("Duplicated %qs clause at %L", name, &old_loc);
1853 "Duplicated memory-order clause: unexpected %s "
1854 "clause at %L")
6399 const char *clause = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 421 /* Return true if DECL in private clause needs
422 OMP_CLAUSE_PRIVATE_OUTER_REF on the private clause. */
674 gfc_omp_clause_default_ctor (tree clause, tree decl, tree outer)
679 switch (OMP_CLAUSE_CODE (clause))
699 && (!GFC_DECL_GET_SCALAR_ALLOCATABLE (OMP_CLAUSE_DECL (clause))
702 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause)))
707 OMP_CLAUSE_DECL (clause),
755 if (gfc_has_alloc_comps (type, OMP_CLAUSE_DECL (clause)))
758 OMP_CLAUSE_DECL (clause),
764 /* Reduction clause requires allocated ALLOCATABLE. *
2267 omp_clause_code clause = OMP_CLAUSE_REDUCTION; local
    [all...]
openmp.cc 540 gfc_error ("Syntax error in OpenMP detach clause at %C");
692 /* The gang clause accepts two optional arguments, num and static.
1386 gfc_error ("Duplicated %qs clause at %L", name, &old_loc);
1412 "Duplicated memory-order clause: unexpected %s "
1413 "clause at %L");
1420 "Duplicated atomic clause: unexpected %s "
1421 "clause at %L");
1462 gfc_error ("Clause expected at %C after trailing comma");
1591 gfc_error ("Expected COMPILATION or EXECUTION in AT clause "
1683 gfc_error_now ("COLLAPSE clause argument not constant
5332 const char *clause = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 4880 attribute-token attribute-argument-clause[opt]
4895 attribute-argument-clause:
6093 which is not enclosed in braces and has an else clause. This is used to
6110 which is not enclosed in braces and has an else clause. This is used to
6335 which is not enclosed in braces and has an else clause. This is used to
6357 which is not enclosed in braces and has an else clause. This is used to
6487 which is not enclosed in braces and has an else clause. This is used to
6538 else clause. This may trigger the Wparentheses warning
6554 /* This if statement does not have an else clause. We don't
6623 which is not enclosed in braces and has an else clause. This is used t
19013 tree clause = NULL_TREE; local
19177 enum omp_clause_code clause = OMP_CLAUSE_ERROR; local
21822 const char *clause = ""; local
    [all...]

Completed in 131 milliseconds

1 2