| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 97 // Modifiers for 'schedule' clause. 102 // Modifiers for 'device' clause. 111 // Modifiers for 'defaultmap' clause. 133 // Modifiers for 'linear' clause. 149 // Modifiers for 'at' clause. 153 // Modifiers for 'severity' clause. 157 // Map types for 'map' clause. 186 // Type of the 'lastprivate' clause. 189 // Type of the 'order' clause. 192 // Modifiers for the 'order' clause. [all …]
|
| H A D | DiagnosticParseKinds.td | 526 "@try statement without a @catch and @finally clause">; 1040 "lambda without a parameter clause is a C++23 extension">, 1363 def err_acc_invalid_clause : Error<"invalid OpenACC clause %0">; 1396 "expected ',' or ')' in '%0' %select{clause|directive}1">; 1426 "unexpected '%0' clause, '%1' is specified already">; 1452 "unexpected clause after an implicit 'to' clause">; 1454 "unexpected clause after an implicit 'enter' clause">; 1460 "unexpected 'to' clause, use 'enter' instead">; 1462 "unexpected 'enter' clause, use 'to' instead">; 1466 "only 'device_type(any)' clause is allowed with indirect clause">; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 56 // 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. 92 // List of allowed clause values 101 // Is clause implicit? If clause is set as implicit, the default kind will 110 // `clause(prefix: value)` 114 // `clause([prefix]: value)` 120 // Actual clause. [all …]
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_sugar.c | 88 dt_sugar_append_clause(dt_sugar_parse_t *dp, dt_node_t *clause) in dt_sugar_append_clause() argument 97 dt_sugar_prepend_clause(dt_sugar_parse_t *dp, dt_node_t *clause) in dt_sugar_prepend_clause() argument 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() 489 clause->dn_pred, condid); in dt_compile_sugar() 492 if (clause->dn_acts == NULL) { in dt_compile_sugar() [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | property.pod | 63 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".
|
| /freebsd-14.2/contrib/unifdef/ |
| H A D | COPYING | 4 All files in this package are distributed under the two-clause BSD 7 a three-clause BSD copyright licence. 11 version of unifdef.c carried the four-clause BSD copyright licence. 13 remain) so it now carries the more liberal two-clause licence. 28 The two-clause BSD copyright licence applying to all the above files is: 51 The three-clause BSD copyright licence for the manual page unifdef.1 53 advertising clause that used to appear between clauses 2 and 3 was
|
| /freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | RSTP-MIB.txt | 78 clause 17 of 802.1D-2004. The values are directly from 85 "IEEE 802.1w clause 14.8.1, 17.12, 17.16.1" 101 "IEEE 802.1w clause 17.16.6" 156 "IEEE 802.1w clause 14.8.2.4, 17.18.10, 17.26" 179 "IEEE 802.1t clause 14.8.2, 18.3.3" 195 "IEEE 802.1t clause 14.8.2, 18.3.4" 209 IEEE 802.1w clause. A value of forceTrue(0) indicates 225 "IEEE 802.1w clause 6.4.3, 6.5, 14.8.2" 239 as defined in IEEE 802.1w, clause 6.5. The value is 245 "IEEE 802.1w clause 6.4.3, 6.5, 14.8.2"
|
| H A D | BRIDGE-MIB.txt | 364 IEEE 802.1t clause 8.10.2, Table 8-4, clause 14.3." 380 IEEE 802.1w clause 14.8.1.1." 406 "IEEE 802.1D-1998: clause 8.5.3.1" 417 "IEEE 802.1D-1998: clause 8.5.3.2" 428 "IEEE 802.1D-1998: clause 8.5.3.3" 442 "IEEE 802.1D-1998: clause 8.5.3.4" 457 "IEEE 802.1D-1998: clause 8.5.3.5" 494 "IEEE 802.1D-1998: clause 8.5.3.6" 512 "IEEE 802.1D-1998: clause 8.5.3.8" 621 IEEE 802.1t clause 8.10.2, Table 8-4, clause 14.3." [all …]
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | mocking.md | 90 See details for each modifier clause below. 120 first clause. 149 The `Times` clause can be used at most once on an expectation. 177 The `InSequence` clause can be used any number of times on an expectation. 220 The `After` clause can be used any number of times on an expectation. 286 The `WillRepeatedly` clause can be used at most once on an expectation. 319 must be the last clause. 347 See details for each modifier clause below. 406 The `WillByDefault` clause must be used exactly once with each `ON_CALL` 572 [`After`](#EXPECT_CALL.After) clause of `EXPECT_CALL`. [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/scripts/ |
| H A D | cstyle.pl | 512 my $clause = $2; 517 ($clause ne "") && 518 (!($clause =~ /^\s+\/\*.*\*\/$/)) && 519 (!($clause =~ /^\s+\/\/.*$/))) {
|
| /freebsd-14.2/contrib/unifdef/tests/ |
| H A D | none.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | defundef-funlike.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | spaces2.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | spaces3.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | small2.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | spaces1.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | spaces4.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | if2-a.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | if3-a.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | small1.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | if3.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | if2.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | if1.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | exitmode0a.expout | 2 Distributed under the two-clause BSD licence;
|
| H A D | exitmode1a.expout | 2 Distributed under the two-clause BSD licence;
|