| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-common.def | 35 /* Used to represent an expression statement. Use `EXPR_STMT_EXPR' to 47 /* Represents an 'if' statement. The operands are IF_COND, 51 /* Used to represent a `for' statement. The operands are 55 /* Used to represent a 'while' statement. The operands are WHILE_COND 59 /* Used to represent a 'do' statement. The operands are DO_BODY and 63 /* Used to represent a 'return' statement. The operand is 67 /* Used to represent a 'break' statement. */ 70 /* Used to represent a 'continue' statement. */ 73 /* Used to represent a 'switch' statement. The operands are 77 /* Used to represent a 'goto' statement. The operand is GOTO_DESTINATION. */ [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bad.def | 57 "Label definition %A at %0 on empty statement (as of %1)") 60 …definition %A at %0 -- perhaps previous label definition %B at %1 should have CONTINUE statement?") 250 SHORT("Invalid statement at %0 [info -f g77 M LEX]")) 256 LONG("Unrecognized statement name at %0 and invalid form for assignment or statement-function defin… 258 SHORT("Invalid statement at %0")) 261 LONG("Invalid form for %A statement at %0") 263 SHORT("Invalid %A statement at %0")) 266 LONG("Invalid use of hollerith constant in statement at %0 -- enclose the constant in parentheses (… 268 SHORT("Enclose hollerith constant in statement at %0 in parentheses")) 271 "Extraneous comma in FORMAT statement at %0") [all …]
|
| H A D | symbol.def | 98 to the first executable statement being seen (the "exec transition"). 130 other than a statement function. 136 discovered later to be a DUMMY argument (via an ENTRY statement). 184 DIMENSION, COMMON, or type-specification statement. 218 Context is a name listed in a CHARACTER statement and given a length 275 type-statement-decl, a DIMENSION statement, or a COMMON statement. 308 Context is a name enclosed in slashes in a COMMON statement. 329 Context is a name listed in a COMMON statement but not enclosed in 353 the only possible entities in the statement-function name space, this 387 Context is a name given in an EQUIVALENCE statement. [all …]
|
| H A D | ffe.texi | 264 Stand-alone statement identification (@file{sta.c}) 270 Order-dependent statement identification (@file{stq.c}) 285 To get a rough idea of how a particularly twisted Fortran statement 294 to break the statement up into distinct lexemes without requiring 310 The job of @file{sta.c} is to figure out the kind of statement, 311 or, at least, statement form, that sequence of lexemes represent. 314 lexemes, starting with the first for each statement), the better, 316 of the statement form to subsequent phases, 322 not @code{FORMAT}, statement. 324 An assignment-form statement might be a statement-function [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldwrite.c | 39 build_link_order (lang_statement_union_type *statement) in build_link_order() argument 41 switch (statement->header.type) in build_link_order() 50 output_section = statement->data_statement.output_section; in build_link_order() 58 link_order->offset = statement->data_statement.output_vma; in build_link_order() 61 value = statement->data_statement.value; in build_link_order() 107 switch (statement->data_statement.type) in build_link_order() 135 switch (statement->data_statement.type) in build_link_order() 145 if (statement->data_statement.type == QUAD) in build_link_order() 184 rs = &statement->reloc_statement; in build_link_order() 223 if (!statement->input_section.ifile->just_syms_flag) in build_link_order() [all …]
|
| H A D | ldlang.h | 486 #define LANG_FOR_EACH_INPUT_STATEMENT(statement) \ argument 487 lang_input_statement_type *statement; \ 488 for (statement = (lang_input_statement_type *) file_chain.head; \ 489 statement != (lang_input_statement_type *) NULL; \ 490 statement = (lang_input_statement_type *) statement->next) \
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldwrite.c | 39 build_link_order (lang_statement_union_type *statement) in build_link_order() argument 41 switch (statement->header.type) in build_link_order() 50 output_section = statement->data_statement.output_section; in build_link_order() 58 link_order->offset = statement->data_statement.output_offset; in build_link_order() 61 value = statement->data_statement.value; in build_link_order() 107 switch (statement->data_statement.type) in build_link_order() 135 switch (statement->data_statement.type) in build_link_order() 145 if (statement->data_statement.type == QUAD) in build_link_order() 184 rs = &statement->reloc_statement; in build_link_order() 224 asection *i = statement->input_section.section; in build_link_order() [all …]
|
| H A D | ldlang.h | 515 #define LANG_FOR_EACH_INPUT_STATEMENT(statement) \ argument 516 lang_input_statement_type *statement; \ 517 for (statement = (lang_input_statement_type *) file_chain.head; \ 518 statement != (lang_input_statement_type *) NULL; \ 519 statement = (lang_input_statement_type *) statement->next) \
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | xtensaelf.em | 604 lang_statement_union_type *statement) 621 ld_assign_relative_paged_dot (0x100000, statement, deps, 624 if (!ld_local_file_relocations_fit (statement, deps)) 627 lang_for_each_statement_worker (xtensa_ldlang_clear_addresses, statement); 630 iter_stack_create (stack_p, statement); 640 /* Any assignment statement should block reordering across it. */ 677 statement, 682 if (!ld_local_file_relocations_fit (statement, deps)) 712 lang_for_each_statement_worker (xtensa_ldlang_clear_addresses, statement); 930 xtensa_wild_group_interleave_callback (lang_statement_union_type *statement) [all …]
|
| H A D | ppc64elf.em | 287 build_toc_list (lang_statement_union_type *statement) 289 if (statement->header.type == lang_input_section_enum 290 && !statement->input_section.ifile->just_syms_flag 291 && statement->input_section.section->output_section == toc_section) 292 ppc64_elf_next_toc_section (&link_info, statement->input_section.section); 297 build_section_lists (lang_statement_union_type *statement) 299 if (statement->header.type == lang_input_section_enum 300 && !statement->input_section.ifile->just_syms_flag 301 && statement->input_section.section->output_section != NULL 302 && statement->input_section.section->output_section->owner == output_bfd) [all …]
|
| H A D | hppaelf.em | 238 build_section_lists (lang_statement_union_type *statement) 240 if (statement->header.type == lang_input_section_enum 241 && !statement->input_section.ifile->just_syms_flag 242 && statement->input_section.section->output_section != NULL 243 && statement->input_section.section->output_section->owner == output_bfd) 246 statement->input_section.section);
|
| H A D | armelf.em | 66 arm_elf_set_bfd_for_interworking (lang_statement_union_type *statement) 68 if (statement->header.type == lang_input_section_enum 69 && !statement->input_section.ifile->just_syms_flag) 71 asection *i = statement->input_section.section;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | xtensaelf.em | 853 lang_statement_union_type *statement) 869 iter_stack_create (stack_p, statement); 879 /* Any assignment statement should block reordering across it. */ 916 statement, 921 if (!ld_local_file_relocations_fit (statement, deps)) 951 lang_for_each_statement_worker (xtensa_ldlang_clear_addresses, statement); 1171 input_section_linked_worker (lang_statement_union_type *statement) 1173 if ((statement->header.type == lang_input_section_enum 1174 && (statement->input_section.section == input_section_target))) 1304 xtensa_wild_group_interleave_callback (lang_statement_union_type *statement) [all …]
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tree-ssa.texi | 59 statements in a tree IL@. In GENERIC, a statement is defined as any 60 expression whose value, if any, is ignored. A statement will always 62 non-statement expression may also have side effects. A 168 and adds a new statement to initialize it before the current statement. 227 statement. 253 A C @code{?:} expression is converted into an @code{if} statement with 298 also be a statement. No other C expressions can appear at statement level; 322 GCC was primarily used for the C statement-expression extension. 326 @code{DECL_INITIAL} and into a statement in the controlled block. When 360 reason, they are instead replaced with an empty statement, generated by [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/ |
| H A D | Utilities.pm | 565 my ($self, $statement, $XSS_work_idx, $BootCode_ref) = @_; 567 if ($statement eq 'if') { 572 $self->death("Error: '$statement' with no matching 'if'") 580 if ($statement ne 'endif') {
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlsyn.pod | 56 A declaration can be put anywhere a statement can, but has no effect on 89 Subroutines declarations can also be loaded up with the C<require> statement 90 or both loaded and imported into your namespace with a C<use> statement. 93 A statement sequence may contain declarations of lexically-scoped 95 like an ordinary statement, and is elaborated within the sequence of 96 statements as if it were an ordinary statement. That means it actually 107 X<statement> X<semicolon> X<expression> X<;> 109 The only kind of simple statement is an expression evaluated for its 110 side-effects. Every simple statement must be terminated with a 111 semicolon, unless it is the final statement i [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | java-tree.def | 43 /* Case statement expression. 47 /* Default statement expression. */ 60 /* Synchronized statement. 65 /* Throw statement.
|
| H A D | parse-scan.y | 679 | statement 694 statement: 736 label_decl statement 760 IF_TK OP_TK expression CP_TK statement { ++complexity; } 764 IF_TK OP_TK expression CP_TK statement_nsi ELSE_TK statement 809 while_expression statement 821 do_statement_begin statement WHILE_TK OP_TK expression CP_TK SC_TK 826 for_begin SC_TK expression SC_TK for_update CP_TK statement 827 | for_begin SC_TK SC_TK for_update CP_TK statement
|
| /openbsd-src/lib/libkeynote/ |
| H A D | HOWTO.add.crypto | 16 - In auxil.c, function keynote_keyhash(), add to the switch statement 47 - In keynote_sigverify_assertion(), add code in the switch statement 62 - In kn_decode_key(), add code in the switch statement for decoding 67 the new encoding, and code in the switch statement for doing the
|
| /openbsd-src/lib/libcurses/trace/ |
| H A D | lib_trace.c | 100 #define Locked(statement) \ argument 103 statement; \ 107 #define Locked(statement) statement argument
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pad | 46 "my" variable $y masks earlier declaration in same statement at - line 5. 71 "my" variable $y masks earlier declaration in same statement at - line 7. 72 "state" variable $p masks earlier declaration in same statement at - line 8. 96 "state" variable $y masks earlier declaration in same statement at - line 8. 97 "my" variable $p masks earlier declaration in same statement at - line 9. 98 "our" variable $z masks earlier declaration in same statement at - line 10. 124 "our" variable $y masks earlier declaration in same statement at - line 7. 125 "state" variable $p masks earlier declaration in same statement at - line 8.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cp-tree.def | 278 /* Represents an 'if' statement. The operands are IF_COND, 284 /* Used to represent a `for' statement. The operands are 288 /* Used to represent a 'while' statement. The operands are WHILE_COND 292 /* Used to represent a 'do' statement. The operands are DO_BODY and 296 /* Used to represent a 'break' statement. */ 299 /* Used to represent a 'continue' statement. */ 302 /* Used to represent a 'switch' statement. The operands are 306 /* Used to represent an expression statement. Use `EXPR_STMT_EXPR' to 336 /* A STMT_EXPR represents a statement-expression during template 338 STMT_EXPR_STMT is the statement given by the expression. */
|
| /openbsd-src/usr.bin/bc/ |
| H A D | bc.y | 167 %type <node> statement 204 | statement 205 | semicolon_list SEMICOLON statement 216 | statement 218 | statement_list NEWLINE statement 223 | statement_list SEMICOLON statement 234 | statement 237 statement : expression
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | bind.c | 981 handle_parser_directive (statement) in handle_parser_directive() argument 982 char *statement; in handle_parser_directive() 990 for (i = 0; whitespace (statement[i]); i++); 992 directive = &statement[i]; 994 for (; statement[i] && !whitespace (statement[i]); i++); 996 if (statement[i]) 997 statement[i++] = '\0'; 999 for (; statement[i] && whitespace (statement[i]); i++); 1001 args = &statement[i];
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | BranchWeightMetadata.rst | 118 ``if`` statement 131 ``switch`` statement 158 ``if`` statement 171 ``switch`` statement 174 This is basically the same as ``switch`` statement in ``__builtin_expect``.
|