Home
last modified time | relevance | path

Searched refs:statements (Results 1 – 25 of 190) sorted by relevance

12345678

/freebsd-12.1/contrib/com_err/
H A Dparse.y66 | header statements
94 statements : statement
95 | statements statement
/freebsd-12.1/crypto/heimdal/lib/com_err/
H A Dparse.y66 | header statements
94 statements : statement
95 | statements statement
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_util.c50 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 DDesignDoc.md54 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 DStmtNodes.td32 // Asm statements
37 // Obj-C statements
46 // C++ statements
51 // C++ Coroutines TS statements
/freebsd-12.1/contrib/gcc/doc/
H A Dtree-ssa.texi42 * 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 Dpasses.texi179 @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 Dparser.y121 | statements
124 statements:
126 | statements statement
/freebsd-12.1/usr.bin/indent/tests/
H A Delsecomment.0.stdout6 /* The two if statements below excercise two different code paths. */
H A Delsecomment.04 /* The two if statements below excercise two different code paths. */
/freebsd-12.1/sbin/natd/samples/
H A Dnatd.cf.sample13 # 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 Dmachmode.def39 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 Dparams.def566 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 Dcase1.05 # Keywords can be used unquoted in case statements, except the keyword
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache.c42 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 Drep-cache.c39 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 Dparse.y78 statements:
80 statements statement
82 statements statement SEMICOLON
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1074 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 Dtree.c1042 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 Dparse.y109 statements:
111 statements statement
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dvanilla.em71 NULL, /* create output section statements */
/freebsd-12.1/libexec/bootpd/
H A DToDo14 of "data-driven" parser should be used so the big switch statements
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h.pump308 // 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 Dparse.y111 statements:
113 statements statement
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dfilesystem50 // enable directory_iterator range-based for statements
56 // enable recursive_directory_iterator range-based for statements

12345678