Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt5 The C parser exists in two main files: parse.c, which parses statements, and expression.c, which pa…
7 …h can't appear as an expression, which primarily includes control flow statements such as if, loop…
9 A series of statements forms a compound statement (STMT_COMPOUND).
12 … have a struct statement, not a statement_list; they can have multiple statements by using a compo…
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger2.test24 # statements, and combinations thereof).
45 # trigger2-6.1[a-f]: INSERT statements
46 # trigger2-6.2[a-f]: UPDATE statements
457 # Handling of ON CONFLICT by INSERT statements inside triggers
510 # Handling of ON CONFLICT by UPDATE statements inside triggers
H A Dlimit.test14 # of SELECT statements.
218 # Make sure LIMIT works well with compound SELECT statements.
H A Dselect5.test14 # GROUP BY and HAVING clauses of SELECT statements.
H A Dsubselect.test13 # focus of this file is testing SELECT statements that are part of
H A Dselect3.test14 # GROUP BY and HAVING clauses of SELECT statements.
H A Dlastinsert.test56 # LIRID unchanged after create table/view statements
H A Dminmax.test13 # focus of this file is testing SELECT statements that contain
H A Dmisc3.test23 # that will be used by subsequent statements in the same transaction.
H A Dview.test13 # focus of this file is testing VIEW statements.
H A Dintpkey.test120 # Make sure SELECT statements are able to use the primary key column
H A Dselect4.test14 # in SELECT statements.
H A Dselect6.test13 # focus of this file is testing SELECT statements that contain
H A Dselect1.test687 # Tests of SELECT statements without a FROM clause.
/illumos-gate/usr/src/lib/librstp/common/
H A DChangeLog5 - Fixed two unreachable statements (statmch.c and stpm.c).
/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.c1183 int cost, statements; in expand_compound() local
1190 statements = last != NULL; in expand_compound()
1192 statements++; in expand_compound()
1197 if (statements == 1 && !stmt->ret) in expand_compound()
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config19 # Uncomment ONLY ONE of the following Protocol statements.
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in94 ** A function to executes one or more statements of SQL.
96 ** If one or more of the SQL statements are queries, then
100 ** value then the query is aborted, all subsequent SQL statements
211 ** by SQL statements other than INSERT, UPDATE or DELETE.
250 ** one or more complete SQL statements.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh287 then err_exit 'name references in arithmetic statements in functions broken'
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/
H A DTHIRDPARTYLICENSE59 * following copyright notice and statements, including the disclaimer, and
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.nested_neg.zcp16 -- This program contains deeply nested LUA statements, such that the LUA
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DTHIRDPARTYLICENSE90 * following copyright notice and statements, including the disclaimer, and
/illumos-gate/usr/src/lib/libc/
H A DREADME184 many of these rules are enforced by ASSERT() statements scattered about
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt109 improvement allows better detection and resolution of statements that can
192 statements that could cause errors when the disassembled file is
1861 debug statements and other output on both 32-bit and 64-bit hosts. It
1979 statements. This change adds full pathname support for external names
2850 statements as well.
3018 Disassembler: Prevent duplicate External() statements. During generation
3019 of external statements, detect similar pathnames that are actually
3076 return statements surround the return expression (value) with parens to
3556 related to some ASL operators. Also, order the External() statements
4541 statements.
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE8883 statements. In this case each assignment is made as

12