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

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/utils/emacs/
emacs.el 4 (defun llvm-lineup-statement (langelem)
23 (statement-cont . llvm-lineup-statement)))))
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
calc.y 167 statement
168 | statements statement;
171 statement EOS
172 | statements statement EOS
175 statement: 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 {
veriexecctl_parse.y 65 statement : /* empty */ label
66 | statement path type fingerprint flags eol {
109 | statement eol
110 | statement error eol {
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.y 182 statement : label
rx-parse.y 182 statement : label
rl78-parse.y 185 statement : label
1093 ; /* end of statement */
rl78-parse.y 185 statement : label
1093 ; /* end of statement */
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.y 182 statement : label
rx-parse.y 182 statement : label
rl78-parse.y 185 statement : label
1093 ; /* end of statement */
rl78-parse.y 185 statement : label
1093 ; /* end of 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
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.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);
  /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);
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
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...]
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 '}'

Completed in 81 milliseconds

1 2 3 4