Searched refs:statement (Results 1 - 25 of 68) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k/
H A Dop68000.d6 .*statement `tstl %a0' ignored
7 .*statement `tstl %a0@\(8,%d0:w:2\)' ignored
8 .*statement `tstl %a0@\(8,%d0:w:4\)' ignored
9 .*statement `tstl %a0@\(8,%d0:w:8\)' ignored
10 .*statement `tstl %a0@\(8,%d0:l:2\)' ignored
11 .*statement `tstl %a0@\(8,%d0:l:4\)' ignored
12 .*statement `tstl %a0@\(8,%d0:l:8\)' ignored
13 .*statement `tstl %a0@\(%d0:w:2\)' ignored
14 .*statement `tstl \(8,%a0,%d0\*2\)' ignored
15 .*statement `tst
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A Dsbc.y69 %type <i_value> statement_or_error statement function relational_expression
111 | statement
113 | statement_list ENDOFLINE statement
115 | statement_list ';' statement
117 statement_or_error : statement
118 | error statement
121 statement : Warranty label
178 statement
191 statement
209 ')' statement
[all...]
H A Dbc.y57 f) halt statement that halts the the program under program control. It
58 is an executed statement.
59 g) continue statement for for loops.
61 i) print statement to print multiple numbers per line.
62 j) warranty statement to print an extended warranty notice.
63 j) limits statement to print the processor's limits.
92 %type <i_value> statement function statement_or_error required_eol
144 | statement_list ';' statement
146 statement_or_error : statement
147 | error statement
150 statement : Warranty label
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dparse.y96 statements : statement
97 | statements statement
100 statement : INDEX NUMBER label
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldwrite.c41 build_link_order (lang_statement_union_type *statement) argument
43 switch (statement->header.type)
52 output_section = statement->data_statement.output_section;
65 link_order->offset = statement->data_statement.output_offset;
68 value = statement->data_statement.value;
114 switch (statement->data_statement.type)
142 switch (statement->data_statement.type)
153 if (statement->data_statement.type == QUAD)
195 rs = &statement->reloc_statement;
241 asection *i = statement
[all...]
H A Dldlang.h359 /* A group statement collects a set of libraries together. The
548 #define LANG_FOR_EACH_INPUT_STATEMENT(statement) \
549 lang_input_statement_type *statement; \
550 for (statement = (lang_input_statement_type *) file_chain.head; \
551 statement != (lang_input_statement_type *) NULL; \
552 statement = (lang_input_statement_type *) statement->next) \
/netbsd-6-1-5-RELEASE/sbin/veriexecctl/
H A Dveriexecctl_parse.y65 statement : /* empty */ label
66 | statement path type fingerprint flags eol {
109 | statement eol
110 | statement error eol {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/doc/
H A Dc-indentation.el14 ; Apparently statement blocks that are not introduced by a statement
33 (statement . 0)
34 (statement-block-intro . 0)
35 (statement-case-open . +)
36 (statement-case-intro . +)
/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgsp_gram.y78 line : label ID operands { statement($2, $3); }
79 | ID operands { statement($1, $2); }
H A Dgsp_ass.h160 void statement(char *opcode, operand operands);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y167 statement
168 | statements statement;
171 statement EOS
172 | statements statement EOS
175 statement: label
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c121 * @param statement Where to store the pointer to the statement
123 * @param str SQL code for the statement
130 sqlite3_stmt **statement,
135 ret = sqlite3_prepare_v2(db, str, -1, statement, NULL);
142 ret = sqlite3_prepare_v2(db, str, -1, statement, NULL);
160 * @param statement SQL code to execute
161 * @param error_code What to return if the statement fails
168 const char *statement,
173 ret = sqlite3_exec(database, statement, NUL
128 hdb_sqlite_prepare_stmt(krb5_context context, sqlite3 *db, sqlite3_stmt **statement, const char *str) argument
166 hdb_sqlite_exec_stmt(krb5_context context, sqlite3 *database, const char *statement, krb5_error_code error_code) argument
458 hdb_sqlite_step_once(krb5_context context, HDB *db, sqlite3_stmt *statement) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpixtract/
H A DMakefile42 -Wdeclaration-after-statement \
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/generate/unix/
H A DMakefile.config60 -Wdeclaration-after-statement \
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpihelp/
H A DMakefile44 -Wdeclaration-after-statement \
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpisrc/
H A DMakefile44 -Wdeclaration-after-statement \
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/director/
H A Dtestlang_parse.y191 statement : /* empty */ label
192 | assign statement
193 | call statement
194 | call2 statement
195 | call3 statement
196 | call4 statement
197 | check statement
198 | delay statement
199 | input statement
200 | noinput statement
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dprsa_par.y155 statements statement
156 | statement
159 statement: label
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/acpibin/
H A DMakefile43 -Wdeclaration-after-statement \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dbind.c1085 handle_parser_directive (statement)
1086 char *statement;
1094 for (i = 0; whitespace (statement[i]); i++);
1096 directive = &statement[i];
1098 for (; statement[i] && !whitespace (statement[i]); i++);
1100 if (statement[i])
1101 statement[i++] = '\0';
1103 for (; statement[i] && whitespace (statement[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-pretty-print.h80 c_pretty_print_fn statement; member in struct:c_pretty_print_info
130 pp_c_base (PPI)->statement (pp_c_base (PPI), S)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-pretty-print.h81 c_pretty_print_fn statement; member in struct:c_pretty_print_info
130 pp_c_base (PPI)->statement (pp_c_base (PPI), S)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_grammar.y157 %type <l_node> statement
349 statement_list: statement { $$ = $1; }
350 | statement_list ';' statement { $$ = LINK($1, $3); }
353 statement: /* empty */ { $$ = NULL; } label
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dnamed.conf85 // basis in the "zone" statement
591 * "category" statement has been given for a category.
623 #include "filename"; // can't do within a statement
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dparser.c1058 of an assignment-statement are compatible, or that a function is
1081 impossible, in the general case, to tell whether a statement is an
1082 expression or declaration without scanning the entire statement.
1332 whether a statement is an expression-statement or a
1333 declaration-statement we parse it tentatively as a
1334 declaration-statement. If that fails, we then reparse the same
1335 token stream as an expression-statement. */
1383 iteration-statement. */
1387 statement
6178 tree statement; local
6391 tree statement = NULL_TREE; local
6489 tree statement; local
6677 tree statement; local
6838 tree statement = error_mark_node; local
6954 tree statement; local
[all...]

Completed in 347 milliseconds

123