| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-data-ref.c | 637 dump_subscript (FILE *outf, struct subscript *subscript) in dump_subscript() argument 639 tree chrec = SUB_CONFLICTS_IN_A (subscript); in dump_subscript() 650 tree last_iteration = SUB_LAST_CONFLICT (subscript); in dump_subscript() 655 chrec = SUB_CONFLICTS_IN_B (subscript); in dump_subscript() 664 tree last_iteration = SUB_LAST_CONFLICT (subscript); in dump_subscript() 670 print_generic_stmt (outf, SUB_DISTANCE (subscript), 0); in dump_subscript() 2139 struct subscript *subscript; in compute_subscript_distance() local 2141 subscript = DDR_SUBSCRIPT (ddr, i); in compute_subscript_distance() 2142 conflicts_a = SUB_CONFLICTS_IN_A (subscript); in compute_subscript_distance() 2143 conflicts_b = SUB_CONFLICTS_IN_B (subscript); in compute_subscript_distance() [all …]
|
| H A D | tree-data-ref.h | 170 struct subscript struct 188 typedef struct subscript *subscript_p; argument 280 extern void dump_subscript (FILE *, struct subscript *);
|
| /openbsd-src/usr.bin/lex/ |
| H A D | scanopt.c | 73 int index; /* Used as: argv[index][subscript]. */ 74 int subscript; 146 /* Macro to assure we reset subscript whenever we adjust s->index.*/ in get_cols() 150 (s)->subscript= 0; \ 165 s->subscript = 0; in scanopt_init() 528 s->argv[s->index][s->subscript]; 700 pstart = s->argv[s->index] + s->subscript; 704 if (s->subscript == 0) { 732 s->subscript++; 742 /* We have to re-check the subscript statu 75 int subscript; global() member [all...] |
| /openbsd-src/games/phantasia/ |
| H A D | main.c | 1086 int subscript; /* used for subscripting into Stattable */ in genchar() local 1089 subscript = type - '1'; in genchar() 1091 if (subscript < C_MAGIC || subscript > C_EXPER) in genchar() 1092 if (subscript != C_SUPER || !Wizard) in genchar() 1094 subscript = C_FIGHTER; in genchar() 1096 statptr = &Stattable[subscript]; in genchar() 1112 Player.p_type = subscript; in genchar()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ObjectiveCLiterals.rst | 348 Objective-C supports two kinds of subscript expressions: *array-style* 349 subscript expressions use integer typed subscripts; *dictionary-style* 350 subscript expressions use Objective-C object pointer typed subscripts. 351 Each type of subscript expression is mapped to a message send using a 355 the type of the subscript, an object can be subscripted using both array 361 When the subscript operand has an integral type, the expression is 416 When the subscript operand has an Objective-C object pointer type, the 420 subscript operand, as in the following example: 434 subscript: 454 An Objective-C subscript expression occurs when the base operand of the [all …]
|
| H A D | MatrixTypes.rst | 108 Programs containing a single subscript expression into a matrix are ill-formed.
|
| H A D | UndefinedBehaviorSanitizer.rst | 15 * Array subscript out of bounds, where the bounds can be statically determined
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | data.c | 996 ffebld subscript; in ffedata_eval_offset_() local 1011 subscript = ffebld_head (subscripts); in ffedata_eval_offset_() 1014 assert (ffeinfo_basictype (ffebld_info (subscript)) == FFEINFO_basictypeINTEGER); in ffedata_eval_offset_() 1015 if (ffebld_op (subscript) == FFEBLD_opCONTER) in ffedata_eval_offset_() 1018 sub_kind = ffeinfo_kindtype (ffebld_info (subscript)); in ffedata_eval_offset_() 1020 sub_kind == FFEINFO_kindtypeINTEGER2 ? subscript->u.conter.expr->u.integer2 : in ffedata_eval_offset_() 1021 sub_kind == FFEINFO_kindtypeINTEGER3 ? subscript->u.conter.expr->u.integer3 : in ffedata_eval_offset_() 1022 sub_kind == FFEINFO_kindtypeINTEGER4 ? subscript->u.conter.expr->u.integer4 : in ffedata_eval_offset_() 1023 subscript->u.conter.expr->u.integer1), NULL); in ffedata_eval_offset_() 1027 value = ffedata_eval_integer1_ (subscript); in ffedata_eval_offset_()
|
| H A D | equiv.c | 668 ffebld subscript; in ffeequiv_offset_() local 698 subscript = ffebld_head (subscripts); in ffeequiv_offset_() 701 if (ffebld_op (subscript) == FFEBLD_opANY) in ffeequiv_offset_() 704 assert (ffebld_op (subscript) == FFEBLD_opCONTER); in ffeequiv_offset_() 705 assert (ffeinfo_basictype (ffebld_info (subscript)) in ffeequiv_offset_() 707 assert (ffeinfo_kindtype (ffebld_info (subscript)) in ffeequiv_offset_() 710 (subscript)); in ffeequiv_offset_()
|
| H A D | ChangeLog | 1097 * com.c (ffecom_subscript_check_): Loosen subscript checking rules 2260 -ff2c-subscript-check to -ffortran-bounds-check: 2300 Properly handle subscript expr that's wider than int, 2307 * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript 2310 non-default INTEGER subscript expressions. 2414 * g77.texi (Compiler Prototypes): Replace "missing" subscript- 2419 Support new -fsubscript-check and -ff2c-subscript-check options:
|
| H A D | invoke.texi | 2118 @cindex subscript checking 2132 @command{g77} generates a single check per @emph{subscript} expression. 2143 @emph{Note:} To provide more detailed information on the offending subscript, 2150 Attempt to access the -6-th element of variable b[subscript-2-of-2]. 2159 and the offending, computed subscript expression was @samp{-6}.
|
| H A D | bad.def | 895 "Array subscript #%B out of range for initialization of `%A' in statement at %0") 928 "Array subscript #%B out of range for EQUIVALENCE of `%A'")
|
| /openbsd-src/gnu/llvm/llvm/docs/_ocamldoc/ |
| H A D | style.css | 29 .superscript,.subscript 32 .subscript { vertical-align: sub; }
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | array.t | 264 like($@, qr/Modification of non-creatable array value attempted, subscript -1/, "\$a[-1] = 0"); 492 )subscript -5/, 497 )subscript -1/,
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | .clang-tidy | 29 readability-simplify-subscript-expr,
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldata.pod | 377 isn't the length of the array; it's the subscript of the last element, 492 expression as a subscript.) The following code segment prints out "The 527 string, and likewise within a hash subscript. Neither need quoting. Our 530 the subscript will be interpreted as an expression. This means for 561 array subscript in the C<@name> array, and under C<use strict> would 571 character of the subscript or package notation that is not part of 580 the variable at all, and the only way you can access a subscript of the 769 expression) or as C</${foo[bar]}/> (where C<[bar]> is the subscript to array 977 not the case for hashes. Just because you can subscript a list value like 978 a normal array does not mean that you can subscript a list value as a [all …]
|
| H A D | perlstyle.pod | 63 Space around a "complex" subscript (inside brackets).
|
| H A D | perldsc.pod | 277 element of C<a>. That is, they first take the subscript, and only then 278 dereference the thing at that subscript. That's fine in C, but this isn't C.
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2000-12-06-MeetingSummary.txt | 11 of the original variable and the SSA instance subscript.
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | SpecialCasing.txt | 116 # IMPORTANT-when iota-subscript (0345) is uppercased or titlecased, 117 # the result will be incorrect unless the iota-subscript is moved to the end 126 # All letters with YPOGEGRAMMENI (iota-subscript) or PROSGEGRAMMENI (iota adscript)
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | loop.texi | 492 one for each array subscript, are: 554 subscript of the data references. Given two array accesses a 555 subscript is the tuple composed of the access functions for a given
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | sysroff.info | 355 (("subscript type") (1 bit) ("subtype")
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | sysroff.info | 355 (("subscript type") (1 bit) ("subtype")
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 4320 : Warning<"%0 attribute for 'subscript' must %select{be a getter or setter|" 4337 : Warning<"%0 attribute for 'subscript' setter must have a 'newValue:' parameter">, 4340 : Warning<"%0 attribute for 'subscript' setter cannot have multiple 'newValue:' parameters">, 4343 : Warning<"%0 attribute for 'subscript' getter cannot have a 'newValue:' parameter">, 4749 Error<"type %0 does not provide a %select{subscript|call}1 operator">; 4767 "call to subscript operator of type %0 is ambiguous">; 6727 "subscript requires size of interface %0, which is not constant for " 6735 "top-level comma expression in array subscript is deprecated " 6744 "array subscript is not an integer">; 6746 "subscript of pointer to function type %0">; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlvaro.txt | 108 The subscript separator for multidimensional array emulation. If you refer to a hash element as 116 …ere might not be any safe value for $;. (Mnemonic: comma (the syntactic subscript separator) is a …
|