Lines Matching refs:aRightExp
588 aRightExp = aRE; in RscExpression()
591 if( aRightExp.IsDefinition() ) in RscExpression()
592 aRightExp.aExp.pDef->IncRef(); in RscExpression()
610 if( aRightExp.IsDefinition() ) in ~RscExpression()
611 aRightExp.aExp.pDef->DecRef(); in ~RscExpression()
612 else if( aRightExp.IsExpression() ) in ~RscExpression()
613 delete aRightExp.aExp.pExp; in ~RscExpression()
630 if( aLeftExp.Evaluate( &lLeft ) && aRightExp.Evaluate( &lRight ) ){ in Evaluate()
676 aRightExp.GetMacro( aLeft ); in GetMacro()
680 else if( aRightExp.IsNothing() ) in GetMacro()
691 aRightExp.GetMacro( aLeft ); in GetMacro()
1092 if( pExpDec->aRightExp.IsExpression() ) in TestDef()
1093 if( !TestDef( lFileKey, lPos, pExpDec->aRightExp.aExp.pExp ) ) in TestDef()
1096 if( pExpDec->aRightExp.IsDefinition() ) in TestDef()
1097 if( !TestDef( lFileKey, lPos, pExpDec->aRightExp.aExp.pDef ) ) in TestDef()