Lines Matching refs:EP_Leaf
16312 #define EP_Leaf 0x800000 /* Expr.pLeft, .pRight, .u.pSelect all NULL */
91037 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){
91634 ExprSetProperty(pExpr, EP_Leaf);
93464 pNew->flags |= EP_IntValue|EP_Leaf;
93736 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){
93742 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){
93931 if( 0==((p->flags|pNew->flags) & (EP_TokenOnly|EP_Leaf)) ){
93943 if( !ExprHasProperty(pNew, EP_TokenOnly|EP_Leaf) ){
93953 if( !ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){
101293 if( ExprHasProperty(pExpr, EP_TokenOnly|EP_Leaf) ) break;
138230 p->flags = EP_Leaf;