Searched refs:EXPR_TOKENONLYSIZE (Results 1 – 2 of 2) sorted by relevance
1306 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE; in exprStructSize()1364 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; in dupedExprStructSize()
2980 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */ macro