Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10376 #define ExprHasAnyProperty(E,P) (((E)->flags&(P))!=0) macro
71708 && !ExprHasAnyProperty(pExpr,EP_TokenOnly) ){
71948 assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
72248 if( ExprHasAnyProperty(pExpr, EP_Resolved) ) return WRC_Prune;
73570 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
73640 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
73708 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
73828 if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){
73839 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
74142 if( pWalker->u.i==3 && ExprHasAnyProperty(pExpr, EP_FromJoin) ){
[all …]