/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_sugar.c | 88 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 D | cstyle.pl | 491 my $clause = $2; 496 ($clause ne "") && 497 (!($clause =~ /^\s+\/\*.*\*\/$/)) && 498 (!($clause =~ /^\s+\/\/.*$/))) {
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | limit.test | 15 # 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 D | select4.test | 112 } {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 D | misc1.test | 271 # 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 D | minmax.test | 180 # is a LIMIT clause. Ticket #396. 264 # Ticket #658: Test the min()/max() optimization when the FROM clause
|
H A D | select2.test | 119 # Make sure we can optimize functions in the WHERE clause that
|
H A D | subselect.test | 106 # Verify that the ORDER BY clause is honored in a subquery.
|
H A D | trigger2.test | 33 # trigger2-3.2: WHEN clause 46 # 6. ON CONFLICT clause handling 350 # trigger2-3.2: WHEN clause
|
H A D | join.test | 190 } {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 D | format3.test | 455 # 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 D | where.test | 256 # 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 D | null.test | 110 # is the same as UNKNOWN. The WHERE clause should only select those
|
H A D | select3.test | 126 } {1 {a GROUP BY clause is required before HAVING}}
|
H A D | select6.test | 16 # subqueries in their FROM clause. 342 # Subselects with no FROM clause
|
H A D | copy.test | 85 # Test out the USING DELIMITERS clause
|
H A D | update.test | 487 # Make sure we can handle a subquery in the where clause. 505 # were discovered in the WHERE clause.
|
H A D | delete.test | 69 # Semantic errors in the WHERE clause
|
H A D | rowid.test | 132 # 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 D | insert.test | 164 # Test of expressions in the VALUES clause
|
H A D | misc3.test | 257 # Ticket #640: vdbe stack overflow with a LIMIT clause on a SELECT inside
|
H A D | select1.test | 230 # WHERE clause expressions 689 # Tests of SELECT statements without a FROM clause.
|
/titanic_41/usr/src/cmd/sgs/rtld.4.x/ |
H A D | Makefile.4.x | 38 # shouldn't parse the error clause). You may need to delete the '#' sign to
|
/titanic_41/usr/src/data/hwdata/ |
H A D | THIRDPARTYLICENSE.pciids.tmpl | 2 Sun chooses to license this file under the 3-clause BSD license, reproduced
|
/titanic_41/usr/src/cmd/dtrace/demo/ |
H A D | Makefile | 35 clause.d \
|