| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | OpenMPKinds.def | 84 // Static attributes for 'schedule' clause. 91 // Modifiers for 'schedule' clause. 96 // Modifiers for 'device' clause. 100 // Static attributes for 'defaultmap' clause. 105 // Modifiers for 'defaultmap' clause. 115 // Static attributes for 'depend' clause. 127 // Modifiers for 'linear' clause. 132 // Modifiers for 'atomic_default_mem_order' clause. 137 // Modifiers for 'at' clause. 141 // Modifiers for 'severity' clause. [all …]
|
| D | DiagnosticParseKinds.td | 217 "parentheses are required around this expression in a requires clause">; 219 "parentheses are required around this expression in a requires clause">; 358 "trailing return type must appear before trailing requires clause">; 360 "trailing requires clause can only be used when declaring a function">; 362 "trailing requires clause should be placed outside parentheses">; 519 "@try statement without a @catch and @finally clause">; 591 "cannot have both throw() and noexcept() clause on the same function">; 1025 "lambda without a parameter clause is a C++2b extension">, 1109 "duplicate %0 clause in an 'external_source_symbol' attribute">; 1344 "expected ',' or ')' in '%0' %select{clause|directive}1">; [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Frontend/Directive/ |
| 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. 80 // Optional class holding value of the clause in clang AST. 83 // Optional class holding value of the clause in flang AST. 89 // Name of enum when there is a list of allowed clause values. 92 // List of allowed clause values 101 // Is clause implicit? If clause is set as implicit, the default kind will [all …]
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | OpenMPSupport.rst | 33 - 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 131 | loop | clause: if for SIMD directives | :go… 137 | memory management | allocate directive and allocate clause | :go… 149 | task | clause: depend on the taskwait construct | :pa… 179 | device | clause: device_type | :go… 181 | device | clause: extended device | :go… 183 | device | clause: uses_allocators clause | :go… [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ |
| D | Base.pm | 342 my $clause; 347 $clause = $indent . "{\n"; 349 $clause .= "$indent$pre"; 350 $clause .= ";" unless $pre =~ /;$/; 351 $clause .= "\n"; 357 $clause .= join '', map {"$indent$_\n"} 361 $clause .= "$post"; 362 $clause .= ";" unless $post =~ /;$/; 363 $clause .= "\n"; 366 $clause .= "$indent$return\n" if defined $return; [all …]
|
| /openbsd/src/share/snmp/ |
| D | BRIDGE-MIB.txt | 190 "IEEE 802.1D-1998: clause 14.4.1.1.3" 229 "IEEE 802.1D-1998: clause 14.4.2, 14.6.1" 295 "IEEE 802.1D-1998: clause 14.6.1.1.3" 307 "IEEE 802.1D-1998: clause 14.6.1.1.3" 348 "IEEE 802.1D-1998 clause 8.10.2, Table 8-4, 349 IEEE 802.1t clause 8.10.2, Table 8-4, clause 14.3." 364 "IEEE 802.1D-1998 clause 14.8.1.1., 365 IEEE 802.1w clause 14.8.1.1." 377 "IEEE 802.1D-1998 clause 14.8.1.1." 391 "IEEE 802.1D-1998: clause 8.5.3.1" [all …]
|
| D | SNMPv2-CONF.txt | 151 -- must be a refinement for object's SYNTAX clause 155 -- must be a refinement for object's SYNTAX clause 258 -- must be a refinement for object's SYNTAX clause 305 -- in this macro's SYNTAX clause, if present,
|
| D | TRANSPORT-ADDRESS-MIB.txt | 277 the OBJECT-TYPE declaration MUST include a 'SIZE' clause 381 the OBJECT-TYPE declaration MUST include a 'SIZE' clause 402 The DESCRIPTION clause of TransportAddress objects that may 417 the OBJECT-TYPE declaration MUST include a 'SIZE' clause
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | langhooks.h | 222 tree (*omp_clause_default_ctor) (tree clause, tree decl); 225 tree (*omp_clause_copy_ctor) (tree clause, tree dst, tree src); 228 tree (*omp_clause_assign_op) (tree clause, tree dst, tree src); 232 tree (*omp_clause_dtor) (tree clause, tree decl);
|
| D | tree-nested.c | 1138 tree clause, decl; in convert_nonlocal_omp_clauses() local 1145 for (clause = *pclauses; clause ; clause = OMP_CLAUSE_CHAIN (clause)) in convert_nonlocal_omp_clauses() 1147 switch (OMP_CLAUSE_CODE (clause)) in convert_nonlocal_omp_clauses() 1155 decl = OMP_CLAUSE_DECL (clause); in convert_nonlocal_omp_clauses() 1159 OMP_CLAUSE_DECL (clause) = get_nonlocal_debug_decl (info, decl); in convert_nonlocal_omp_clauses() 1165 if (OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (clause) == NULL) in convert_nonlocal_omp_clauses() 1172 convert_nonlocal_reference (&OMP_CLAUSE_OPERAND (clause, 0), &dummy, in convert_nonlocal_omp_clauses() 1424 tree clause, decl; in convert_local_omp_clauses() local 1431 for (clause = *pclauses; clause ; clause = OMP_CLAUSE_CHAIN (clause)) in convert_local_omp_clauses() 1433 switch (OMP_CLAUSE_CODE (clause)) in convert_local_omp_clauses() [all …]
|
| D | tree-pretty-print.c | 264 dump_omp_clause (pretty_printer *buffer, tree clause, int spc, int flags) in dump_omp_clause() argument 268 switch (OMP_CLAUSE_CODE (clause)) in dump_omp_clause() 291 dump_generic_node (buffer, OMP_CLAUSE_DECL (clause), in dump_omp_clause() 298 pp_string (buffer, op_symbol_1 (OMP_CLAUSE_REDUCTION_CODE (clause))); in dump_omp_clause() 300 dump_generic_node (buffer, OMP_CLAUSE_DECL (clause), in dump_omp_clause() 307 dump_generic_node (buffer, OMP_CLAUSE_IF_EXPR (clause), in dump_omp_clause() 314 dump_generic_node (buffer, OMP_CLAUSE_NUM_THREADS_EXPR (clause), in dump_omp_clause() 328 switch (OMP_CLAUSE_DEFAULT_KIND (clause)) in dump_omp_clause() 349 switch (OMP_CLAUSE_SCHEDULE_KIND (clause)) in dump_omp_clause() 366 if (OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (clause)) in dump_omp_clause() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/ |
| D | State.pm | 344 my ( $self, $clause ) = @_; 347 my $where = $clause->{where} || sub {1}; 357 if ( my $order = $clause->{order} ) { 369 if ( my $limit = $clause->{limit} ) {
|
| /openbsd/src/usr.bin/dig/lib/isccfg/ |
| D | parser.c | 613 const cfg_clausedef_t *clause; in cfg_parse_mapbody() local 658 clause = NULL; in cfg_parse_mapbody() 660 for (clause = *clauseset; in cfg_parse_mapbody() 661 clause->name != NULL; in cfg_parse_mapbody() 662 clause++) { in cfg_parse_mapbody() 664 clause->name) == 0) in cfg_parse_mapbody() 669 if (clause == NULL || clause->name == NULL) { in cfg_parse_mapbody() 687 clause->name, 0, &symval); in cfg_parse_mapbody() 691 CHECK(parse_symtab_elt(pctx, clause->name, in cfg_parse_mapbody() 692 clause->type, in cfg_parse_mapbody() [all …]
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cp-gimplify.c | 870 cxx_omp_clause_default_ctor (tree clause, tree decl) in cxx_omp_clause_default_ctor() argument 872 tree info = CP_OMP_CLAUSE_INFO (clause); in cxx_omp_clause_default_ctor() 884 cxx_omp_clause_copy_ctor (tree clause, tree dst, tree src) in cxx_omp_clause_copy_ctor() argument 886 tree info = CP_OMP_CLAUSE_INFO (clause); in cxx_omp_clause_copy_ctor() 900 cxx_omp_clause_assign_op (tree clause, tree dst, tree src) in cxx_omp_clause_assign_op() argument 902 tree info = CP_OMP_CLAUSE_INFO (clause); in cxx_omp_clause_assign_op() 916 cxx_omp_clause_dtor (tree clause, tree decl) in cxx_omp_clause_dtor() argument 918 tree info = CP_OMP_CLAUSE_INFO (clause); in cxx_omp_clause_dtor()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | java-tree.def | 55 /* Catch clause. 56 Operand 0 is the catch clause block, which contains the declaration of 57 the catch clause parameter. */
|
| D | check-init.c | 721 tree clause = TREE_OPERAND (exp, 1); local 732 for ( ; clause != NULL_TREE; clause = TREE_CHAIN (clause)) 734 tree catch_clause = TREE_OPERAND (clause, 0);
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-format/ |
| D | requires-missing.txt | 1 # REQUIRES with a false clause. Test should not run.
|
| D | xfail-expr-true.txt | 1 # XFAIL with a true clause. Test should not run.
|
| D | unsupported-expr-true.txt | 1 # UNSUPPORTED with a true clause. Test should not run.
|
| /openbsd/src/gnu/llvm/libcxx/src/support/solaris/ |
| D | README | 3 2-clause BSD license instead of the MIT/UUIC license that the rest of libc++ is
|
| /openbsd/src/lib/libkeynote/testsuite/ |
| D | test-assertion5 | 6 variable == "no" -> "true"; # this clause won't match
|
| /openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| D | 2001-05-19-ExceptionResponse.txt | 10 > The finally clause in Java may need more thought. The code for this clause
|
| /openbsd/src/regress/usr.bin/mandoc/roff/cond/ |
| D | ie.out_ascii | 4 if - the roff conditional instruction with else-clause
|
| /openbsd/src/gnu/gcc/libgomp/ |
| D | libgomp.texi | 207 not use the clause @code{num_threads}. 292 clause or by @code{omp_set_num_threads}. If none of the above were 429 sections, if those do not specify a @code{num_threads} clause. The 948 * Implementing PRIVATE clause:: 950 * Implementing REDUCTION clause:: 1045 @node Implementing PRIVATE clause 1046 @section Implementing PRIVATE clause 1099 @node Implementing REDUCTION clause 1100 @section Implementing REDUCTION clause 1144 The @var{NUM_THREADS} argument is 1 if an IF clause is present [all …]
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | ExceptionHandling.rst | 173 - This clause means that the landingpad block should be entered if the 182 - When this clause is matched, the selector value will be equal to the value 188 - This clause means that the landingpad should be entered if the exception 196 - When this clause is matched, the selector value will be negative. 206 - This clause means that the landingpad should always be entered. 210 - When this clause is matched, the selector value will be zero. 222 implement this by searching for a matching non-``cleanup`` clause, and 263 a *cleanup* clause. Otherwise, the unwinder will not stop at the landing pad if 285 will have a filter clause. The clause consists of an array of type infos. 525 Filter expressions should not be confused with the ``filter`` clause of the LLVM
|