Home
last modified time | relevance | path

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

12

/titanic_41/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 …]
/titanic_41/usr/src/tools/scripts/
H A Dcstyle.pl491 my $clause = $2;
496 ($clause ne "") &&
497 (!($clause =~ /^\s+\/\*.*\*\/$/)) &&
498 (!($clause =~ /^\s+\/\/.*$/))) {
/titanic_41/usr/src/lib/libsqlite/test/
H A Dlimit.test15 # focus of this file is testing the LIMIT ... OFFSET ... clause
227 } {1 {LIMIT clause should come after UNION ALL not before}}
232 } {1 {LIMIT clause should come after UNION not before}}
237 } {1 {LIMIT clause should come after EXCEPT not before}}
242 } {1 {LIMIT clause should come after INTERSECT not before}}
H A Dselect4.test112 } {1 {ORDER BY clause should come after UNION ALL not before}}
140 } {1 {ORDER BY clause should come after UNION not before}}
190 } {1 {ORDER BY clause should come after EXCEPT not before}}
248 } {1 {ORDER BY clause should come after INTERSECT not before}}
446 # an expression in the WHERE clause.
H A Dmisc1.test271 # A WHERE clause is not allowed to contain more than 99 terms. Check to
286 } {1 {WHERE clause too complex - no more than 100 terms allowed}}
296 } {1 {WHERE clause too complex - no more than 100 terms allowed}}
309 } {1 {WHERE clause too complex - no more than 100 terms allowed}}
H A Dminmax.test180 # is a LIMIT clause. Ticket #396.
264 # Ticket #658: Test the min()/max() optimization when the FROM clause
H A Dselect2.test119 # Make sure we can optimize functions in the WHERE clause that
H A Dsubselect.test106 # Verify that the ORDER BY clause is honored in a subquery.
H A Dtrigger2.test33 # trigger2-3.2: WHEN clause
46 # 6. ON CONFLICT clause handling
350 # trigger2-3.2: WHEN clause
H A Djoin.test190 } {1 {a NATURAL join may not have an ON or USING clause}}
195 } {1 {a NATURAL join may not have an ON or USING clause}}
H A Dformat3.test455 # Test to see that the special case of a constant WHERE clause is
479 # Verify that IN operators in a WHERE clause are handled correctly.
572 # Check out the logic that attempts to implement the ORDER BY clause
H A Dwhere.test256 # Test to see that the special case of a constant WHERE clause is
280 # Verify that IN operators in a WHERE clause are handled correctly.
373 # Check out the logic that attempts to implement the ORDER BY clause
H A Dnull.test110 # is the same as UNKNOWN. The WHERE clause should only select those
H A Dselect3.test126 } {1 {a GROUP BY clause is required before HAVING}}
H A Dselect6.test16 # subqueries in their FROM clause.
342 # Subselects with no FROM clause
H A Dcopy.test85 # Test out the USING DELIMITERS clause
H A Dupdate.test487 # Make sure we can handle a subquery in the where clause.
505 # were discovered in the WHERE clause.
H A Ddelete.test69 # Semantic errors in the WHERE clause
H A Drowid.test132 # But we can use ROWID in the WHERE clause of an UPDATE that does not
281 # Make sure a "WHERE rowid=X" clause works when there is no ROWID of X.
H A Dinsert.test164 # Test of expressions in the VALUES clause
H A Dmisc3.test257 # Ticket #640: vdbe stack overflow with a LIMIT clause on a SELECT inside
H A Dselect1.test230 # WHERE clause expressions
689 # Tests of SELECT statements without a FROM clause.
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A DMakefile.4.x38 # shouldn't parse the error clause). You may need to delete the '#' sign to
/titanic_41/usr/src/data/hwdata/
H A DTHIRDPARTYLICENSE.pciids.tmpl2 Sun chooses to license this file under the 3-clause BSD license, reproduced
/titanic_41/usr/src/cmd/dtrace/demo/
H A DMakefile35 clause.d \

12