Searched refs:ExprSetVVAProperty (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | expr.c | 1467 ExprSetVVAProperty(pNew, EP_Immutable); in exprDup() 3350 ExprSetVVAProperty(pExpr, EP_NoReduce); in sqlite3CodeSubselect() 6325 ExprSetVVAProperty(pExpr, EP_NoReduce); in analyzeAggregate() 6375 ExprSetVVAProperty(pExpr, EP_NoReduce); in analyzeAggregate()
|
| H A D | sqliteInt.h | 2964 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro 2968 # define ExprSetVVAProperty(E,P) macro
|
| H A D | resolve.c | 261 ExprSetVVAProperty(pExpr, EP_NoReduce); in lookupName()
|
| H A D | select.c | 412 ExprSetVVAProperty(p, EP_NoReduce); in sqlite3SetJoinExpr() 607 ExprSetVVAProperty(pEq, EP_NoReduce); in sqlite3ProcessJoin()
|
| H A D | build.c | 2577 ExprSetVVAProperty(pExpr, EP_Immutable); in markImmutableExprStep()
|