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

12

/freebsd-9.3-release/lib/libc/posix1e/
H A Dmac.c187 char *comment, *parse, *statement; local
204 statement = next_token(&parse);
205 if (statement == NULL)
208 if (strcmp(statement, "default_labels") == 0) {
228 } else if (strcmp(statement, "default_ifnet_labels") == 0 ||
229 strcmp(statement, "default_file_labels") == 0 ||
230 strcmp(statement, "default_process_labels") == 0) {
233 if (strcmp(statement, "default_ifnet_labels") == 0)
235 else if (strcmp(statement, "default_file_labels") == 0)
237 else if (strcmp(statement, "default_process_label
[all...]
/freebsd-9.3-release/contrib/com_err/
H A Dparse.y95 statements : statement
96 | statements statement
99 statement : INDEX NUMBER label
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dparse.y93 statements : statement
94 | statements statement
97 statement : INDEX NUMBER label
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dparse.y69 statements : statement
70 | statements statement
73 statement : TABLE STRING ';' label
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldwrite.c39 build_link_order (lang_statement_union_type *statement) argument
41 switch (statement->header.type)
50 output_section = statement->data_statement.output_section;
58 link_order->offset = statement->data_statement.output_offset;
61 value = statement->data_statement.value;
107 switch (statement->data_statement.type)
135 switch (statement->data_statement.type)
145 if (statement->data_statement.type == QUAD)
184 rs = &statement->reloc_statement;
224 asection *i = statement
[all...]
H A Dldlang.h353 /* A group statement collects a set of libraries together. The
530 #define LANG_FOR_EACH_INPUT_STATEMENT(statement) \
531 lang_input_statement_type *statement; \
532 for (statement = (lang_input_statement_type *) file_chain.head; \
533 statement != (lang_input_statement_type *) NULL; \
534 statement = (lang_input_statement_type *) statement->next) \
H A Dldcref.c476 check_local_sym_xref (lang_input_statement_type *statement) argument
482 abfd = statement->the_bfd;
H A Dldgram.y549 statement: label
582 statement_list statement
583 | statement
H A Dldlang.c742 /* Handle a wild statement for a single file F. */
871 /* Build a new statement node for the parse tree. */
1043 /* For every output section statement added to the list, except the
1289 Returns the output statement that should precede a new output
1290 statement for SEC. If an exact match is found on certain flags,
1301 /* We know the first statement on this list is *ABS*. May as well
1434 /* Find the last output section before given output statement.
1469 First save the current statement pointer. */
1474 inserting them later into the global statement list. */
1556 /* If the output statement has
2839 ldlang_open_output(lang_statement_union_type *statement) argument
[all...]
/freebsd-9.3-release/crypto/openssl/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 . +)
/freebsd-9.3-release/contrib/libreadline/
H A Dbind.c1116 handle_parser_directive (statement)
1117 char *statement;
1125 for (i = 0; whitespace (statement[i]); i++);
1127 directive = &statement[i];
1129 for (; statement[i] && !whitespace (statement[i]); i++);
1131 if (statement[i])
1132 statement[i++] = '\0';
1134 for (; statement[i] && whitespace (statement[
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-pretty-print.h81 c_pretty_print_fn statement; member in struct:c_pretty_print_info
131 pp_c_base (PPI)->statement (pp_c_base (PPI), S)
/freebsd-9.3-release/contrib/llvm/tools/lli/ChildTarget/Unix/
H A DChildTarget.inc96 ; // Ends statement above
/freebsd-9.3-release/usr.bin/bc/
H A Dbc.y190 %type <node> statement
227 | statement
228 | semicolon_list SEMICOLON statement
239 | statement
241 | statement_list NEWLINE statement
246 | statement_list SEMICOLON statement
257 | statement
260 statement : expression label
/freebsd-9.3-release/usr.sbin/rrenumd/
H A Dparser.y126 statement
127 | statements statement
130 statement: label
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y155 %type <l_node> statement
347 statement_list: statement { $$ = $1; }
348 | statement_list ';' statement { $$ = LINK($1, $3); }
351 statement: /* empty */ { $$ = NULL; } label
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c1062 of an assignment-statement are compatible, or that a function is
1085 impossible, in the general case, to tell whether a statement is an
1086 expression or declaration without scanning the entire statement.
1341 whether a statement is an expression-statement or a
1342 declaration-statement we parse it tentatively as a
1343 declaration-statement. If that fails, we then reparse the same
1344 token stream as an expression-statement. */
1391 /* Set to IN_ITERATION_STMT if parsing an iteration-statement,
1393 IN_OMP_FOR if parsing OpenMP loop. If parsing a switch statement,
6250 tree statement; local
6474 tree statement = NULL_TREE; local
6583 tree statement; local
6808 tree statement, attributes; local
6982 tree statement = error_mark_node; local
7120 tree statement; local
[all...]
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dparse.y114 statements statement
117 statement: label
/freebsd-9.3-release/usr.bin/kdump/
H A Dmksubr199 * simply handles the necessary "if" statement used in many lines
549 * grep -v RTP_PRIO statement. A better egrep line should
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc110 ; // Ends statement above
/freebsd-9.3-release/sbin/hastd/
H A Dparse.y418 statements statement
421 statement: label
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1553 for statement in headerdirect:
1554 pre += '%s\n' % statement
1593 for statement in cppdirect:
1594 pre += '%s\n' % statement
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h178 // Get statement end of which triggered the destructor call.
273 /// CFGTerminator - Represents CFGBlock terminator statement.
277 /// statement is the same statement that branches control flow in evaluation
307 /// (2) A "terminator" statement (not in the set of statements).
314 /// within the set of statements in the block (usually the last statement).
384 /// refer to the loop statement for such blocks (and be null otherwise).
570 void appendStmt(Stmt *statement, BumpVectorContext &C) { argument
571 Elements.push_back(CFGStmt(statement), C);
797 /// Each element is a (synthetic statement, sourc
[all...]
/freebsd-9.3-release/contrib/tzdata/
H A DMakefile160 -Wdeclaration-after-statement \
271 # the Korn shell's 'select' statement as an extension.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp444 // FIXME: Implement MS style inline asm statement printer.
658 "Expected captured statement!");
1730 llvm_unreachable("Type trait not covered by switch statement");

Completed in 193 milliseconds

12