Home
last modified time | relevance | path

Searched refs:clause (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_sugar.c88 dt_sugar_append_clause(dt_sugar_parse_t *dp, dt_node_t *clause) in dt_sugar_append_clause() argument
90 dp->dtsp_clause_list = dt_node_link(dp->dtsp_clause_list, clause); in dt_sugar_append_clause()
97 dt_sugar_prepend_clause(dt_sugar_parse_t *dp, dt_node_t *clause) in dt_sugar_prepend_clause() argument
99 dp->dtsp_clause_list = dt_node_link(clause, dp->dtsp_clause_list); in dt_sugar_prepend_clause()
461 dt_compile_sugar(dtrace_hdl_t *dtp, dt_node_t *clause) in dt_compile_sugar() argument
467 dp.dtsp_pdescs = clause->dn_pdescs; in dt_compile_sugar()
474 dt_sugar_visit_all(&dp, clause); in dt_compile_sugar()
484 dt_sugar_append_clause(&dp, dt_node_clause(clause->dn_pdescs, in dt_compile_sugar()
485 clause->dn_pred, clause->dn_acts)); in dt_compile_sugar()
487 if (clause->dn_pred != NULL) { in dt_compile_sugar()
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl559 my $clause = $2;
564 ($clause ne "") &&
565 (!($clause =~ /^\s+\/\*.*\*\/$/)) &&
566 (!($clause =~ /^\s+\/\/.*$/))) {
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dlimit.test13 # focus of this file is testing the LIMIT ... OFFSET ... clause
225 } {1 {LIMIT clause should come after UNION ALL not before}}
230 } {1 {LIMIT clause should come after UNION not before}}
235 } {1 {LIMIT clause should come after EXCEPT not before}}
240 } {1 {LIMIT clause should come after INTERSECT not before}}
H A Dselect4.test110 } {1 {ORDER BY clause should come after UNION ALL not before}}
138 } {1 {ORDER BY clause should come after UNION not before}}
188 } {1 {ORDER BY clause should come after EXCEPT not before}}
246 } {1 {ORDER BY clause should come after INTERSECT not before}}
444 # an expression in the WHERE clause.
H A Dmisc1.test269 # A WHERE clause is not allowed to contain more than 99 terms. Check to
284 } {1 {WHERE clause too complex - no more than 100 terms allowed}}
294 } {1 {WHERE clause too complex - no more than 100 terms allowed}}
307 } {1 {WHERE clause too complex - no more than 100 terms allowed}}
H A Dminmax.test178 # is a LIMIT clause. Ticket #396.
262 # Ticket #658: Test the min()/max() optimization when the FROM clause
H A Dselect2.test117 # Make sure we can optimize functions in the WHERE clause that
H A Dtrigger2.test31 # trigger2-3.2: WHEN clause
44 # 6. ON CONFLICT clause handling
348 # trigger2-3.2: WHEN clause
H A Djoin.test188 } {1 {a NATURAL join may not have an ON or USING clause}}
193 } {1 {a NATURAL join may not have an ON or USING clause}}
H A Dsubselect.test104 # Verify that the ORDER BY clause is honored in a subquery.
H A Dformat3.test453 # Test to see that the special case of a constant WHERE clause is
477 # Verify that IN operators in a WHERE clause are handled correctly.
570 # Check out the logic that attempts to implement the ORDER BY clause
H A Dwhere.test254 # Test to see that the special case of a constant WHERE clause is
278 # Verify that IN operators in a WHERE clause are handled correctly.
371 # Check out the logic that attempts to implement the ORDER BY clause
H A Dnull.test108 # is the same as UNKNOWN. The WHERE clause should only select those
H A Dselect6.test14 # subqueries in their FROM clause.
340 # Subselects with no FROM clause
H A Dselect3.test124 } {1 {a GROUP BY clause is required before HAVING}}
H A Dupdate.test485 # Make sure we can handle a subquery in the where clause.
503 # were discovered in the WHERE clause.
H A Dcopy.test83 # Test out the USING DELIMITERS clause
H A Ddelete.test67 # Semantic errors in the WHERE clause
H A Drowid.test130 # But we can use ROWID in the WHERE clause of an UPDATE that does not
279 # Make sure a "WHERE rowid=X" clause works when there is no ROWID of X.
H A Dinsert.test162 # Test of expressions in the VALUES clause
/illumos-gate/usr/src/cmd/mandoc/
H A DTHIRDPARTYLICENSE43 other people's Copyright and are distributed under various 2-clause
44 and 3-clause BSD licenses; see these individual files for details.
/illumos-gate/usr/src/data/perfmon/
H A DTHIRDPARTYLICENSE1 The following files are distributed under the terms of the 3-clause BSD license:
/illumos-gate/usr/src/data/hwdata/
H A DTHIRDPARTYLICENSE.pciids.tmpl2 Sun chooses to license this file under the 3-clause BSD license, reproduced
/illumos-gate/usr/src/cmd/dtrace/demo/
H A DMakefile35 clause.d \
/illumos-gate/usr/src/tools/smatch/src/
H A DLICENSE3 licensed under the three clause BSD license and avl.[ch] which are MIT licensed.

12