| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | logic.cc | 56 struct clause struct 63 clause (tree t) in clause() argument 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/gpl3/gcc/dist/gcc/ |
| D | tree-nested.cc | 1310 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 …]
|
| D | tree-pretty-print.cc | 459 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 …]
|
| D | langhooks.h | 295 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);
|
| D | ipa-inline-analysis.cc | 189 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()
|
| D | ipa-predicate.cc | 428 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()
|
| D | omp-oacc-kernels-decompose.cc | 253 for (tree clause = clauses; clause; clause = OMP_CLAUSE_CHAIN (clause)) in visit_loops_in_gang_single_region() local 255 if (OMP_CLAUSE_CODE (clause) == OMP_CLAUSE_GANG) in visit_loops_in_gang_single_region() 264 OMP_CLAUSE_CHAIN (prev_clause) = OMP_CLAUSE_CHAIN (clause); in visit_loops_in_gang_single_region() 266 clauses = OMP_CLAUSE_CHAIN (clause); in visit_loops_in_gang_single_region() 270 prev_clause = clause; in visit_loops_in_gang_single_region()
|
| D | ipa-fnsummary.cc | 376 clause_t clause = inline_p ? 0 : 1 << ipa_predicate::not_inlined_condition; in evaluate_conditions_for_known_args() local 426 clause |= 1 << (i + ipa_predicate::first_dynamic_condition); in evaluate_conditions_for_known_args() 477 clause |= 1 << (i + ipa_predicate::first_dynamic_condition); in evaluate_conditions_for_known_args() 534 clause |= 1 << (i + ipa_predicate::first_dynamic_condition); in evaluate_conditions_for_known_args() 537 *ret_clause = clause; in evaluate_conditions_for_known_args() 3911 clause_t clause, nonspec_clause; in estimate_ipcp_clone_size_and_time() local 3913 evaluate_conditions_for_known_args (node, false, avals, &clause, in estimate_ipcp_clone_size_and_time() 3915 ipa_call_context ctx (node, clause, nonspec_clause, vNULL, avals); in estimate_ipcp_clone_size_and_time() 4121 clause_t clause = 0; /* not_inline is known to be false. */ in ipa_merge_fn_summary_after_inlining() local 4142 evaluate_properties_for_edge (edge, true, &clause, NULL, &avals, false); in ipa_merge_fn_summary_after_inlining() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_sugar.c | 88 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/doc/ |
| D | 3RDPARTY | 69 License: BSD (4-clause) 87 License: The NetBSD Foundation's license (BSD 2-clause) 107 License: BSD-like (2-clause), ISC 135 License: BSD-like (2-clause) / MPL 152 License: BSD-like (2-clause) 208 License: BSD-like (2-clause) 234 License: BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT) 264 License: BSD (4-clause) 365 License: BSD (2-clause) 414 License: BSD (3 clause) [all …]
|
| /netbsd/src/external/gpl3/ |
| D | README | 18 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/ |
| D | rfc4523.txt | 92 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/bsd/mdocml/dist/ |
| D | LICENSE | 43 other people's Copyright and are distributed under various 2-clause 44 and 3-clause BSD licenses; see these individual files for details.
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | libgomp.texi | 202 @item @code{order(concurrent)} clause @tab Y @tab 204 @code{reduction} clause @tab Y @tab 205 @item @code{in_reduction} clause on @code{task} constructs @tab Y @tab 206 @item @code{in_reduction} clause on @code{target} constructs @tab P 208 @item @code{task_reduction} clause with @code{taskgroup} @tab Y @tab 209 @item @code{task} modifier to @code{reduction} clause @tab Y @tab 210 @item @code{affinity} clause to @code{task} construct @tab Y @tab Stub only 211 @item @code{detach} clause to @code{task} construct @tab Y @tab 217 @item @code{mutexinoutset} @emph{dependence-type} for @code{depend} clause 223 @item @code{allocate} clause @tab P @tab initial support [all …]
|
| D | libgomp.info | 190 'order(concurrent)' clause Y 192 for the 'reduction' clause 193 'in_reduction' clause on 'task' Y 195 'in_reduction' clause on 'target' P 'nowait' only 197 'task_reduction' clause with 'taskgroup' Y 198 'task' modifier to 'reduction' clause Y 199 'affinity' clause to 'task' construct Y Stub only 200 'detach' clause to 'task' construct Y 207 'depend' clause 212 'allocate' clause P initial support [all …]
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | access-control.sdf | 124 including both qualifiers in the <what> clause. 174 The DN specifier behaves much like <what> clause DN specifiers. 243 {{EX:<access>}} clause to the access requested by the client. If 275 read these entries. Note that only the first {{EX:by <who>}} clause 277 {{EX:auth}}, not {{EX:read}}. The last clause could just as well 294 implicit {{EX:by * none}} clause would be applied. 314 <who>}} clause, {{B:access is denied}}. That is, every {{EX:access 315 to}} directive ends with an implicit {{EX:by * none}} clause. When dealing 462 including both qualifiers in the <what> clause. 512 The DN specifier behaves much like <what> clause DN specifiers. [all …]
|
| /netbsd/src/lib/libc/time/ |
| D | LICENSE | 5 contain material derived from BSD and use the BSD 3-clause license.
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/tools/ |
| D | heimdal-gssapi.pc.in | 8 Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD …
|
| /netbsd/src/external/bsd/tre/dist/python/ |
| D | setup.py.in | 29 license = "2-clause BSD",
|
| /netbsd/src/external/bsd/liblzf/dist/ |
| D | Changes | 26 - switched to 2-clause bsd with "GPL v2 or any later version" option. 41 - switched to a 2-clause bsd license with GPL exception.
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | LICENSE | 2 as the 3-clause (or "modified") BSD license: 32 them under the three-clause BSD license above. The copyright notices are
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | LICENSE | 2 as the 3-clause (or "modified") BSD license: 32 them under the three-clause BSD license above. The copyright notices are
|
| /netbsd/src/external/bsd/wpa/dist/ |
| D | COPYING | 15 license option (the one with advertisement clause removed) is compatible
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/doc/docbook/ |
| D | wpa_passphrase.sgml | 75 advertisement clause removed).</para>
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c/ |
| D | csetjmp | 39 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
|