Searched refs:aLeftExp (Results 1 – 3 of 3) sorted by relevance
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()669 if( aLeftExp.IsNothing() ) in GetMacro()681 aLeftExp.GetMacro( aLeft ); in GetMacro()685 aLeftExp.GetMacro( aLeft ); in GetMacro()[all …]
947 RscExpType aLeftExp;949 aLeftExp.cType = RSCEXP_NOTHING;951 $$.aExp.pExp = new RscExpression( aLeftExp, '-', $2 );
175 RscExpType aLeftExp; member in RscExpression
Completed in 22 milliseconds