Lines Matching refs:aLeftExp
586 aLeftExp = aLE; in RscExpression()
589 if( aLeftExp.IsDefinition() ) in RscExpression()
590 aLeftExp.aExp.pDef->IncRef(); in RscExpression()
605 if( aLeftExp.IsDefinition() ) in ~RscExpression()
606 aLeftExp.aExp.pDef->DecRef(); in ~RscExpression()
607 else if( aLeftExp.IsExpression() ) in ~RscExpression()
608 delete aLeftExp.aExp.pExp; in ~RscExpression()
630 if( aLeftExp.Evaluate( &lLeft ) && aRightExp.Evaluate( &lRight ) ){ in Evaluate()
669 if( aLeftExp.IsNothing() ) in GetMacro()
681 aLeftExp.GetMacro( aLeft ); in GetMacro()
685 aLeftExp.GetMacro( aLeft ); in GetMacro()
1084 if( pExpDec->aLeftExp.IsExpression() ) in TestDef()
1085 if( !TestDef( lFileKey, lPos, pExpDec->aLeftExp.aExp.pExp ) ) in TestDef()
1088 if( pExpDec->aLeftExp.IsDefinition() ) in TestDef()
1089 if( !TestDef( lFileKey, lPos, pExpDec->aLeftExp.aExp.pDef ) ) in TestDef()