HomeSort by: relevance | last modified time | path
    Searched defs:statement (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/utils/emacs/
emacs.el 4 (defun llvm-lineup-statement (langelem)
23 (statement-cont . llvm-lineup-statement)))))
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.y 167 statement
168 | statements statement;
171 statement EOS
172 | statements statement EOS
175 statement: label
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
parse.y 96 statements : statement
97 | statements statement
100 statement : INDEX NUMBER label
  /src/sbin/veriexecctl/
veriexecctl_parse.y 65 statement : /* empty */ label
66 | statement path type fingerprint flags eol {
109 | statement eol
110 | statement error eol {
  /src/crypto/dist/ipsec-tools/src/racoon/
prsa_par.y 164 statements statement
165 | statement
168 statement: label
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.y 182 statement : label
rl78-parse.y 185 statement : label
1093 ; /* end of statement */
bfin-parse.y 646 %start statement
648 statement: label
3563 return yyerror ("Invalid expression in loop statement");
3597 return yyerror ("Invalid expression in LOOP_BEGIN statement");
3604 return yyerror ("Invalid expression in LOOP_BEGIN statement");
3618 return yyerror ("Invalid expression in LOOP_END statement");
3625 return yyerror ("Invalid expression in LOOP_END statement");
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.y 182 statement : label
rl78-parse.y 185 statement : label
1093 ; /* end of statement */
bfin-parse.y 646 %start statement
648 statement: label
3563 return yyerror ("Invalid expression in loop statement");
3597 return yyerror ("Invalid expression in LOOP_BEGIN statement");
3604 return yyerror ("Invalid expression in LOOP_BEGIN statement");
3618 return yyerror ("Invalid expression in LOOP_END statement");
3625 return yyerror ("Invalid expression in LOOP_END statement");
  /src/tests/usr.bin/indent/
opt_badp.c 7 * in a function and the next comment or statement. It produces a blank line
58 * statement.
62 statement(void) function
70 statement(void) function
81 * A function body with a declaration and a statement gets a blank line between
246 * followed by a declaration or a statement, so it assumes that the comment is
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
statement.hpp 29 /// \file utils/sqlite/statement.hpp
30 /// Wrapper classes and utilities for SQLite statement processing.
91 /// A RAII model for an SQLite 3 statement.
92 class statement { class in namespace:utils::sqlite
98 statement(database&, void*);
102 ~statement(void);
statement.cpp 29 #include "utils/sqlite/statement.hpp"
101 /// Internal implementation for sqlite::statement.
102 struct utils::sqlite::statement::impl {
103 /// The database this statement belongs to.
106 /// The SQLite 3 internal statement.
109 /// Cache for the column names in a statement; lazily initialized.
114 /// \param db_ The database this statement belongs to. Be aware that we
119 /// \param stmt_ The SQLite internal statement.
141 /// Initializes a statement object.
146 /// \param db The database this statement belongs to
149 sqlite::statement::statement(database& db, void* raw_stmt) : function in class:sqlite::statement
    [all...]
  /src/tests/lib/libcurses/director/
testlang_parse.y 208 | statement EOL statements
211 statement : assign label
1272 errx(1, "%s:%zu: Undefined variable in check statement",
1351 errx(1, "%s:%zu: Malformed check statement", cur_file, line);
1528 errx(1, "%s:%zu: Malformed statement", cur_file, line);
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnsextd_parser.y 393 statements statement
396 statement: label
  /src/external/bsd/bc/dist/
bc.y 75 f) halt statement that halts the the program under program control. It
76 is an executed statement.
77 g) continue statement for for loops.
79 i) print statement to print multiple numbers per line.
80 j) warranty statement to print an extended warranty notice.
81 k) limits statement to print the processor's limits.
112 %type <i_value> statement function statement_or_error required_eol
165 | statement_list ';' statement
167 statement_or_error : statement
168 | error statement
171 statement : Warranty label
    [all...]
  /src/external/bsd/tmux/dist/
cmd-parse.y 128 %type <commands> argument_statements statements statement
142 statements : statement '\n'
146 | statements statement '\n'
153 statement : /* empty */ label
577 argument_statements : statement '}'
581 | statements statement '}'
  /src/external/bsd/kyua-cli/dist/utils/text/
templates.cpp 48 /// Definition of a template statement.
50 /// A template statement is a particular line in the input file that is
52 /// representation of the contents of such statement and a mechanism to parse
88 /// Internal data describing the structure of a particular statement type.
90 /// The native type of the statement.
98 /// \param type_ The native type of the statement.
107 /// Mapping of statement type names to their definitions.
110 /// Description of the different statement types.
112 /// This static map is initialized once and reused later for any statement
139 /// The type of the statement
329 const statement_def statement = parse_statement(line); local
399 const statement_def statement = parse_statement(line); local
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 579 | statement { stmtfree(); }
872 statement: e ';' { ecomp(eve($1)); symclear(blevel); } label
874 | ifprefix statement { plabel($1); reached = 1; }
875 | ifelprefix statement {
881 | whprefix statement {
890 | doprefix statement C_WHILE '(' e ')' ';' {
903 | forprefix .e ')' statement
915 | switchpart statement
997 | label statement
1054 ifelprefix: ifprefix statement C_ELSE
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_grammar.y 161 %type <l_node> statement
359 | statement_list_impl statement { $$ = LINK($1, $2); }
370 statement
373 statement: ';' { $$ = NULL; } label
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 260 statement(char *opcode, operand operands) function
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 607 | statement
899 statement: e ';' { /* fwalk($1, eprint, 0); */ ecomp(eve($1)); symclear(blevel); } label
901 | ifprefix statement { plabel($1); reached = 1; }
902 | ifelprefix statement {
908 | whprefix statement {
917 | doprefix statement C_WHILE '(' e ')' ';' {
930 | forprefix .e ')' statement
941 | switchpart statement
1007 | label statement
1061 ifelprefix: ifprefix statement C_ELSE
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldgram.y 685 statement: label
733 statement_list statement
734 | statement
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.y 685 statement: label
733 statement_list statement
734 | statement

Completed in 73 milliseconds

1 2