Lines Matching refs:EP_Leaf
19480 #define EP_Leaf 0x800000 /* Expr.pLeft, .pRight, .u.pSelect all NULL */ macro
107841 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){
108796 if( ExprHasProperty(pExpr,EP_Leaf) ){
108797 ExprClearProperty(pExpr,EP_Leaf);
108835 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){
108840 ExprSetProperty(pExpr, EP_Leaf);
111301 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse);
111728 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){
111735 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){
112033 if( ((p->flags|pNew->flags)&(EP_TokenOnly|EP_Leaf))==0 ){
115084 && !ExprHasProperty(pExpr, EP_Leaf)
149790 ExprClearProperty(pExpr, EP_Leaf);
164374 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){
175451 p->flags = EP_Leaf;