| /freebsd-12.1/contrib/com_err/ |
| H A D | parse.y | 66 | header statements 94 statements : statement 95 | statements statement
|
| /freebsd-12.1/crypto/heimdal/lib/com_err/ |
| H A D | parse.y | 66 | header statements 94 statements : statement 95 | statements statement
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | wc_db_util.c | 50 WC_QUERIES_SQL_DECLARE_STATEMENTS(statements); 142 my_statements ? my_statements : statements, in svn_wc__db_util_open_db()
|
| /freebsd-12.1/contrib/googletest/googlemock/docs/ |
| H A D | DesignDoc.md | 54 ACTION(name) { statements; } 58 name that executes the statements. Inside the statements, you can 119 ACTION_P(name, param) { statements; } 237 …* Since they are based on operators, they are rather ad hoc: you cannot use statements, and you ca… 266 MATCHER(name) { statements; }
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 32 // Asm statements 37 // Obj-C statements 46 // C++ statements 51 // C++ Coroutines TS statements
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tree-ssa.texi | 42 * Annotations:: Attributes for statements and variables. 43 * Statement Operands:: Variables referenced by GIMPLE statements. 59 statements in a tree IL@. In GENERIC, a statement is defined as any 104 statements with sequences of simple statements. 296 Most statements will be assignment statements, represented by 303 There are also several varieties of complex statements. 350 Multiple statements at the same nesting level are collected into a 470 these statements are executed, and then the exception is rethrown. 746 The optimizers need to associate attributes with statements and 1478 @item Once before traversing all the statements in the @var{bb}. [all …]
|
| H A D | passes.texi | 179 @item Remove useless statements 183 simplify @code{if} statements with constant conditions, remove 226 This pass flattens @code{if} statements (@code{COND_EXPR}) 228 this pass, all @code{if} statements will have exactly two @code{goto} 229 statements in its @code{then} and @code{else} arms. Lexical binding 285 This pass scans the function for statements without side effects whose 452 We identify if convertible loops, if-convert statements and merge 454 form so that vectorizer can have one to one mapping between statements 510 eliminate unnecessary control flow statements. It is located 526 For non-void functions, this pass locates return statements that do
|
| /freebsd-12.1/usr.sbin/rrenumd/ |
| H A D | parser.y | 121 | statements 124 statements: 126 | statements statement
|
| /freebsd-12.1/usr.bin/indent/tests/ |
| H A D | elsecomment.0.stdout | 6 /* The two if statements below excercise two different code paths. */
|
| H A D | elsecomment.0 | 4 /* The two if statements below excercise two different code paths. */
|
| /freebsd-12.1/sbin/natd/samples/ |
| H A D | natd.cf.sample | 13 # or redirect_address statements are activated in this file! 89 # It's probably not a good idea to use DNS names in redirect_address statements
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | machmode.def | 39 The following statements can be used in this file -- all have 43 mode-classes.def, less the leading MODE_ prefix; some statements 66 Order matters in this file in so far as statements which refer to 68 statements which do not refer to other modes may appear in any
|
| H A D | params.def | 566 statements within the block. Clearly for large blocks the code 570 of statements and PHI nodes allowed in a block which is going to 575 statements. So we can get the benefits of jump threading 577 throttle set at 15 statements. */ 580 …"Maximum number of statements allowed in a block that needs to be duplicated when threading jumps",
|
| /freebsd-12.1/bin/sh/tests/parser/ |
| H A D | case1.0 | 5 # Keywords can be used unquoted in case statements, except the keyword
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | rep-cache.c | 42 REP_CACHE_DB_SQL_DECLARE_STATEMENTS(statements); 99 svn_sqlite__mode_rwcreate, statements, in open_rep_cache()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | rep-cache.c | 39 REP_CACHE_DB_SQL_DECLARE_STATEMENTS(statements); 96 svn_sqlite__mode_rwcreate, statements, in open_rep_cache()
|
| /freebsd-12.1/usr.sbin/ctld/ |
| H A D | parse.y | 78 statements: 80 statements statement 82 statements statement SEMICOLON
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | sqlite.c | 1074 svn_sqlite__mode_t mode, const char * const statements[], in svn_sqlite__open() argument 1195 if (statements) in svn_sqlite__open() 1197 (*db)->statement_strings = statements; in svn_sqlite__open() 1199 while (*statements != NULL) in svn_sqlite__open() 1201 statements++; in svn_sqlite__open()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | tree.c | 1042 htab_t *statements = (htab_t *) data; in verify_stmt_tree_r() local 1050 gcc_assert (!htab_find (*statements, t)); in verify_stmt_tree_r() 1052 slot = htab_find_slot (*statements, t, INSERT); in verify_stmt_tree_r() 1065 htab_t statements; in verify_stmt_tree() local 1066 statements = htab_create (37, htab_hash_pointer, htab_eq_pointer, NULL); in verify_stmt_tree() 1067 walk_tree (&t, verify_stmt_tree_r, &statements, NULL); in verify_stmt_tree() 1068 htab_delete (statements); in verify_stmt_tree()
|
| /freebsd-12.1/contrib/openbsm/bin/auditdistd/ |
| H A D | parse.y | 109 statements: 111 statements statement
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | vanilla.em | 71 NULL, /* create output section statements */
|
| /freebsd-12.1/libexec/bootpd/ |
| H A D | ToDo | 14 of "data-driven" parser should be used so the big switch statements
|
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-actions.h.pump | 308 // ACTION(name) { statements; } 311 // statements. The value returned by the statements will be used as 312 // the return value of the action. Inside the statements, you can 338 // ACTION_P(name, param_name) { statements; } 420 // AND_n_VALUE_PARAMS(p1, ..., p_n)) { statements; }
|
| /freebsd-12.1/sbin/hastd/ |
| H A D | parse.y | 111 statements: 113 statements statement
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | filesystem | 50 // enable directory_iterator range-based for statements 56 // enable recursive_directory_iterator range-based for statements
|