Home | History | Annotate | Download | only in dist

Lines Matching refs:isGenerated

140629         int isGenerated;                 /* non-zero if column is generated */
140635 isGenerated = pCol->colFlags & COLFLAG_GENERATED;
140636 if( isGenerated && !b2ndPass ){
140640 if( aiChng && aiChng[i]<0 && !isGenerated ){
140658 assert( !isGenerated );
140660 }else if( b2ndPass && !isGenerated ){