Home
last modified time | relevance | path

Searched refs:clause (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.def63 // Static attributes for 'schedule' clause.
70 // Modifiers for 'schedule' clause.
75 // Modifiers for 'device' clause.
79 // Static attributes for 'defaultmap' clause.
84 // Modifiers for 'defaultmap' clause.
94 // Static attributes for 'depend' clause.
103 // Modifiers for 'linear' clause.
108 // Modifiers for 'atomic_default_mem_order' clause.
113 // Map types for 'map' clause.
121 // Map-type-modifiers for 'map' clause.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td56 // Name of the clause value.
59 // Integer value of the clause.
65 // Set clause value used by default when unknown.
69 // Information about a specific clause.
71 // Name of the clause.
77 // Optional class holding value of the clause in clang AST.
80 // Optional class holding value of the clause in flang AST.
86 // Name of enum when there is a list of allowed clause values.
89 // List of allowed clause values
97 // Is clause implicit? If clause is set as implicit, the default kind will
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c1192 tree clause, decl, *pdecl; in convert_nonlocal_omp_clauses() local
1199 for (clause = *pclauses; clause ; clause = OMP_CLAUSE_CHAIN (clause)) in convert_nonlocal_omp_clauses()
1202 switch (OMP_CLAUSE_CODE (clause)) in convert_nonlocal_omp_clauses()
1207 if (OMP_CLAUSE_REDUCTION_PLACEHOLDER (clause)) in convert_nonlocal_omp_clauses()
1209 if (TREE_CODE (OMP_CLAUSE_DECL (clause)) == MEM_REF) in convert_nonlocal_omp_clauses()
1211 pdecl = &TREE_OPERAND (OMP_CLAUSE_DECL (clause), 0); in convert_nonlocal_omp_clauses()
1221 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause)) in convert_nonlocal_omp_clauses()
1226 if (OMP_CLAUSE_LINEAR_GIMPLE_SEQ (clause)) in convert_nonlocal_omp_clauses()
1230 convert_nonlocal_reference_op (&OMP_CLAUSE_LINEAR_STEP (clause), in convert_nonlocal_omp_clauses()
1245 pdecl = &OMP_CLAUSE_DECL (clause); in convert_nonlocal_omp_clauses()
[all …]
H A Dtree-pretty-print.c431 dump_omp_clause (pretty_printer *pp, tree clause, int spc, dump_flags_t flags) in dump_omp_clause() argument
435 switch (OMP_CLAUSE_CODE (clause)) in dump_omp_clause()
448 if (OMP_CLAUSE_LASTPRIVATE_CONDITIONAL (clause)) in dump_omp_clause()
462 if (OMP_CLAUSE_USE_DEVICE_PTR_IF_PRESENT (clause)) in dump_omp_clause()
503 dump_generic_node (pp, OMP_CLAUSE_DECL (clause), in dump_omp_clause()
510 pp_string (pp, OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_IN_REDUCTION in dump_omp_clause()
515 if (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_REDUCTION) in dump_omp_clause()
517 if (OMP_CLAUSE_REDUCTION_TASK (clause)) in dump_omp_clause()
519 else if (OMP_CLAUSE_REDUCTION_INSCAN (clause)) in dump_omp_clause()
522 if (OMP_CLAUSE_REDUCTION_CODE (clause) != ERROR_MARK) in dump_omp_clause()
[all …]
H A Dlanghooks.h276 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer);
279 tree (*omp_clause_copy_ctor) (tree clause, tree dst, tree src);
282 tree (*omp_clause_assign_op) (tree clause, tree dst, tree src);
286 tree (*omp_clause_linear_ctor) (tree clause, tree dst, tree src, tree add);
290 tree (*omp_clause_dtor) (tree clause, tree decl);
293 void (*omp_finish_clause) (tree clause, gimple_seq *pre_p);
H A Dipa-inline-analysis.c186 clause_t clause, nonspec_clause; in do_estimate_edge_time() local
197 &clause, &nonspec_clause, &known_vals, in do_estimate_edge_time()
199 ipa_call_context ctx (callee, clause, nonspec_clause, known_vals, in do_estimate_edge_time()
309 clause_t clause, nonspec_clause; in do_estimate_edge_size() local
329 &clause, &nonspec_clause, in do_estimate_edge_size()
332 ipa_call_context ctx (callee, clause, nonspec_clause, known_vals, in do_estimate_edge_size()
348 clause_t clause, nonspec_clause; in do_estimate_edge_hints() local
368 &clause, &nonspec_clause, in do_estimate_edge_hints()
371 ipa_call_context ctx (callee, clause, nonspec_clause, known_vals, in do_estimate_edge_hints()
H A Dipa-predicate.c428 dump_clause (FILE *f, conditions conds, clause_t clause) in dump_clause() argument
433 if (!clause) in dump_clause()
436 if (clause & (1 << i)) in dump_clause()
523 clause_t clause = m_clause[i]; in remap_after_inlining() local
531 if (clause & possible_truths & (1 << cond)) in remap_after_inlining()
595 clause_t clause; in stream_in() local
601 clause = m_clause[k++] = streamer_read_uhwi (ib); in stream_in()
603 while (clause); in stream_in()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlogic.cc56 struct clause struct
63 clause (tree t) in clause() function
76 clause (clause const& c) in clause() argument
218 typedef std::list<clause>::iterator iterator; argument
219 typedef std::list<clause>::const_iterator const_iterator;
246 clause& branch () in branch()
295 std::list<clause> m_clauses; /* The list of clauses. */
300 debug (clause& c) in debug()
302 for (clause::iterator i = c.begin(); i != c.end(); ++i) in debug()
586 replace_term (clause& c, tree t) in replace_term()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DOpenMPSupport.rst33 - New collapse clause scheme to avoid expensive remainder operations.
35 collapse clause by replacing the expensive remainder operation with
42 value of threads or as specified by the `thread_limit` clause if
49 - When using the collapse clause on a loop nest the default behavior
132 | loop extension | clause: if for SIMD directives | :go…
138 | memory mangagement | allocate directive and allocate clause | :go…
150 | task extension | clause: depend on the taskwait construct | :pa…
180 | device extension | clause: device_type | :go…
182 | device extension | clause: extended device | :go…
184 | device extension | clause: uses_allocators clause | :go…
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc1310 tree clause, decl, *pdecl; in convert_nonlocal_omp_clauses() local
1317 for (clause = *pclauses; clause ; clause = OMP_CLAUSE_CHAIN (clause)) in convert_nonlocal_omp_clauses()
1320 switch (OMP_CLAUSE_CODE (clause)) in convert_nonlocal_omp_clauses()
1325 if (OMP_CLAUSE_REDUCTION_PLACEHOLDER (clause)) in convert_nonlocal_omp_clauses()
1327 if (TREE_CODE (OMP_CLAUSE_DECL (clause)) == MEM_REF) in convert_nonlocal_omp_clauses()
1329 pdecl = &TREE_OPERAND (OMP_CLAUSE_DECL (clause), 0); in convert_nonlocal_omp_clauses()
1339 if (OMP_CLAUSE_LASTPRIVATE_GIMPLE_SEQ (clause)) in convert_nonlocal_omp_clauses()
1344 if (OMP_CLAUSE_LINEAR_GIMPLE_SEQ (clause)) in convert_nonlocal_omp_clauses()
1348 convert_nonlocal_reference_op (&OMP_CLAUSE_LINEAR_STEP (clause), in convert_nonlocal_omp_clauses()
1365 pdecl = &OMP_CLAUSE_DECL (clause); in convert_nonlocal_omp_clauses()
[all …]
H A Dtree-pretty-print.cc459 dump_omp_clause (pretty_printer *pp, tree clause, int spc, dump_flags_t flags) in dump_omp_clause() argument
463 switch (OMP_CLAUSE_CODE (clause)) in dump_omp_clause()
476 if (OMP_CLAUSE_LASTPRIVATE_CONDITIONAL (clause)) in dump_omp_clause()
490 if (OMP_CLAUSE_USE_DEVICE_PTR_IF_PRESENT (clause)) in dump_omp_clause()
534 dump_generic_node (pp, OMP_CLAUSE_DECL (clause), in dump_omp_clause()
541 pp_string (pp, OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_IN_REDUCTION in dump_omp_clause()
546 if (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_REDUCTION) in dump_omp_clause()
548 if (OMP_CLAUSE_REDUCTION_TASK (clause)) in dump_omp_clause()
550 else if (OMP_CLAUSE_REDUCTION_INSCAN (clause)) in dump_omp_clause()
553 if (OMP_CLAUSE_REDUCTION_CODE (clause) != ERROR_MARK) in dump_omp_clause()
[all …]
H A Dlanghooks.h295 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer);
298 tree (*omp_clause_copy_ctor) (tree clause, tree dst, tree src);
301 tree (*omp_clause_assign_op) (tree clause, tree dst, tree src);
305 tree (*omp_clause_linear_ctor) (tree clause, tree dst, tree src, tree add);
309 tree (*omp_clause_dtor) (tree clause, tree decl);
312 void (*omp_finish_clause) (tree clause, gimple_seq *pre_p, bool);
H A Dipa-inline-analysis.cc189 clause_t clause, nonspec_clause; in do_estimate_edge_time() local
197 evaluate_properties_for_edge (edge, true, &clause, &nonspec_clause, in do_estimate_edge_time()
199 ipa_call_context ctx (callee, clause, nonspec_clause, es->param, &avals); in do_estimate_edge_time()
313 clause_t clause, nonspec_clause; in do_estimate_edge_size() local
330 evaluate_properties_for_edge (edge, true, &clause, &nonspec_clause, in do_estimate_edge_size()
332 ipa_call_context ctx (callee, clause, nonspec_clause, vNULL, &avals); in do_estimate_edge_size()
346 clause_t clause, nonspec_clause; in do_estimate_edge_hints() local
363 evaluate_properties_for_edge (edge, true, &clause, &nonspec_clause, in do_estimate_edge_hints()
365 ipa_call_context ctx (callee, clause, nonspec_clause, vNULL, &avals); in do_estimate_edge_hints()
H A Dipa-predicate.cc428 dump_clause (FILE *f, conditions conds, clause_t clause) in dump_clause() argument
433 if (!clause) in dump_clause()
436 if (clause & (1 << i)) in dump_clause()
523 clause_t clause = m_clause[i]; in remap_after_inlining() local
531 if (clause & possible_truths & (1 << cond)) in remap_after_inlining()
594 clause_t clause; in stream_in() local
600 clause = m_clause[k++] = streamer_read_uhwi (ib); in stream_in()
602 while (clause); in stream_in()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlogic.cc71 struct clause struct
78 clause (tree t) in clause() argument
91 clause (clause const& c) in clause() function
233 typedef std::list<clause>::iterator iterator; argument
234 typedef std::list<clause>::const_iterator const_iterator;
263 clause& branch () in branch()
305 std::list<clause> m_clauses; /* The list of clauses. */
310 debug (clause& c) in debug()
312 for (clause::iterator i = c.begin(); i != c.end(); ++i) in debug()
597 replace_term (clause& c, tree t) in replace_term()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_sugar.c88 dt_sugar_append_clause(dt_sugar_parse_t *dp, dt_node_t *clause) in dt_sugar_append_clause() argument
90 dp->dtsp_clause_list = dt_node_link(dp->dtsp_clause_list, clause); in dt_sugar_append_clause()
97 dt_sugar_prepend_clause(dt_sugar_parse_t *dp, dt_node_t *clause) in dt_sugar_prepend_clause() argument
99 dp->dtsp_clause_list = dt_node_link(clause, dp->dtsp_clause_list); in dt_sugar_prepend_clause()
461 dt_compile_sugar(dtrace_hdl_t *dtp, dt_node_t *clause) in dt_compile_sugar() argument
467 dp.dtsp_pdescs = clause->dn_pdescs; in dt_compile_sugar()
474 dt_sugar_visit_all(&dp, clause); in dt_compile_sugar()
484 dt_sugar_append_clause(&dp, dt_node_clause(clause->dn_pdescs, in dt_compile_sugar()
485 clause->dn_pred, clause->dn_acts)); in dt_compile_sugar()
487 if (clause->dn_pred != NULL) { in dt_compile_sugar()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isccfg/
H A Dparser.c2222 const cfg_clausedef_t *clause; in cfg_parse_mapbody()
2256 * clause can occur. in cfg_parse_mapbody()
2308 clause = NULL; in cfg_parse_mapbody()
2310 for (clause = *clauseset; clause->name != NULL; in cfg_parse_mapbody()
2311 clause++) in cfg_parse_mapbody()
2314 clause->name) == 0) in cfg_parse_mapbody()
2321 if (clause == NULL || clause->name == NULL) { in cfg_parse_mapbody()
2338 if ((clause in cfg_parse_mapbody()
2193 const cfg_clausedef_t *clause; cfg_parse_mapbody() local
2514 const cfg_clausedef_t *clause; cfg_print_mapbody() local
2579 const cfg_clausedef_t *clause; cfg_doc_mapbody() local
2624 const cfg_clausedef_t *clause; cfg_doc_map() local
3795 const cfg_clausedef_t *clause; cfg_parser_mapadd() local
[all...]
H A Dnamedconf.c489 * A "category" clause in the "logging" statement.
902 /*% A list of keys, as in the "key" clause of the controls statement. */ in parse_qstringornone()
2370 * Note: CFG_ZONE_* options indicate in which zone types this clause is
2528 * Note: CFG_ZONE_* options indicate in which zone types this clause is
2715 * exercise the new clause when adding new clauses. in parse_sizeval()
2751 * Clauses that can be found in a 'channel' clause in the in parse_sizeval_percent()
2792 /*% A list of log destination, used in the "category" clause. */
3489 * Handle the special kludge syntax of the "keys" clause in the "server" in parse_logfile()
3609 * The "file" clause of the "channel" statement.
3982 const cfg_clausedef_t *clause;
3818 const cfg_clausedef_t *clause; cfg_clause_validforzone() local
3851 cfg_clausedef_t *clause = NULL; cfg_print_zonegrammar() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/
H A Dparser.c2402 const cfg_clausedef_t *clause; in cfg_parse_mapbody() local
2453 clause = NULL; in cfg_parse_mapbody()
2455 for (clause = *clauseset; clause->name != NULL; in cfg_parse_mapbody()
2456 clause++) in cfg_parse_mapbody()
2459 clause->name) == 0) in cfg_parse_mapbody()
2466 if (clause == NULL || clause->name == NULL) { in cfg_parse_mapbody()
2483 if ((clause->flags & CFG_CLAUSEFLAG_ANCIENT) != 0) { in cfg_parse_mapbody()
2486 clause->name); in cfg_parse_mapbody()
2492 (clause->flags & CFG_CLAUSEFLAG_DEPRECATED) != 0) in cfg_parse_mapbody()
2495 clause->name); in cfg_parse_mapbody()
[all …]
H A Dnamedconf.c3775 const cfg_clausedef_t *clause; in cfg_clause_validforzone() local
3778 for (clause = zone_clauses; clause->name != NULL; clause++) { in cfg_clause_validforzone()
3779 if ((clause->flags & ztype) == 0 || in cfg_clause_validforzone()
3780 strcmp(clause->name, name) != 0) in cfg_clause_validforzone()
3786 for (clause = zone_only_clauses; clause->name != NULL; clause++) { in cfg_clause_validforzone()
3787 if ((clause->flags & ztype) == 0 || in cfg_clause_validforzone()
3788 strcmp(clause->name, name) != 0) in cfg_clause_validforzone()
3804 sizeof(clause[0])) - \ in cfg_print_zonegrammar()
3808 cfg_clausedef_t *clause = NULL; in cfg_print_zonegrammar() local
3819 qsort(clauses, NCLAUSES - 1, sizeof(clause[0]), cmp_clause); in cfg_print_zonegrammar()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dproperty.pod63 A I<property query clause> is a single conditional test.
67 The third clause represents an optional clause.
72 It is an error if a property name appears in more than one query clause.
88 B<?> is a prefix operator that means that the following clause is optional
93 B<-> is a prefix operator that means any global query clause involving the
130 Where both the context and local queries include a clause with the same name,
131 the local clause overrides the context clause.
133 It is possible for a local property query to remove a clause in the context
140 clause "-fips".
/netbsd-src/external/mpl/bind/dist/bin/rndc/
H A Drndc.conf.rst46 clause is followed by the name or address of a name server. This host
48 The ``default-key`` clause is followed by the name of a key, which is
50 rndc command line, and no ``key`` clause is found in a matching
52 server's commands and responses. The ``default-port`` clause is followed
54 option is provided on the rndc command line, and no ``port`` clause is
64 specifies the port to connect to. If an ``addresses`` clause is supplied,
75 clause which contains the base-64 encoding of the algorithm's
128 and its secret clause contains the base-64 encoding of the HMAC-SHA256
/netbsd-src/external/gpl3/
H A DREADME18 two-clause Berkeley-style license. To summarize: modifications are
45 software changes (#3). This is known as the Tivoization clause.
46 In addition, this same clause is an anti-DRM, anti-DMCA clause --
52 - The patent clause (#11) says the copyright holders grant a
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4523.txt92 A value of this syntax is an X.509 Certificate [X.509, clause 7].
109 A value of this syntax is an X.509 CertificateList [X.509, clause
134 A value of this syntax is an X.509 CertificatePair [X.509, clause
153 A value of this syntax is an X.509 SupportedAlgorithm [X.509, clause
180 clause 11.3.1]. Values of this syntax MUST be encoded using the
190 clause 11.3.2]. Values of this syntax MUST be encoded using GSER
200 [X.509, clause 11.3.3]. Values of this syntax MUST be encoded using
209 clause 11.3.4]. Values of this syntax MUST be encoded using GSER
219 [X.509, clause 11.3.5]. Values of this syntax MUST be encoded using
236 clause 11.3.6]. Values of this syntax MUST be encoded using GSER
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-omp.c451 enum omp_clause_depend_kind kind, tree clause) in c_finish_omp_depobj() argument
472 if (clause == error_mark_node) in c_finish_omp_depobj()
475 if (clause) in c_finish_omp_depobj()
477 gcc_assert (TREE_CODE (clause) == OMP_CLAUSE in c_finish_omp_depobj()
478 && OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_DEPEND); in c_finish_omp_depobj()
479 if (OMP_CLAUSE_CHAIN (clause)) in c_finish_omp_depobj()
480 error_at (OMP_CLAUSE_LOCATION (clause), in c_finish_omp_depobj()
483 switch (OMP_CLAUSE_DEPEND_KIND (clause)) in c_finish_omp_depobj()
486 error_at (OMP_CLAUSE_LOCATION (clause), in c_finish_omp_depobj()
492 error_at (OMP_CLAUSE_LOCATION (clause), in c_finish_omp_depobj()
[all …]

12345678910>>...19