| /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/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);
|
| 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);
|
| 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 '}'
|
| 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 '}'
|