Searched refs:ExprHasAnyProperty (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwalker.c46 && !ExprHasAnyProperty(pExpr,EP_TokenOnly) ){
H A Dexpr.c550 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
618 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
686 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
808 if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){
819 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
1120 if( pWalker->u.i==3 && ExprHasAnyProperty(pExpr, EP_FromJoin) ){
1524 if( pX->pLeft->iColumn<0 && !ExprHasAnyProperty(pX, EP_xIsSelect) ){
1593 if( !ExprHasAnyProperty(pExpr, EP_VarSelect) && !pParse->pTriggerTab ){
2540 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ){
3439 assert( !ExprHasAnyProperty(p
[all...]
H A Dattach.c495 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ) break;
H A Dresolve.c148 assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
448 if( ExprHasAnyProperty(pExpr, EP_Resolved) ) return WRC_Prune;
H A DsqliteInt.h1723 #define ExprHasAnyProperty(E,P) (((E)->flags&(P))!=0) macro
H A Dselect.c262 assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) );
298 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10068 #define ExprHasAnyProperty(E,P) (((E)->flags&(P))!=0) macro
[all...]

Completed in 273 milliseconds