Searched refs:RHSIsLive (Results 1 – 1 of 1) sorted by relevance
625 bool RHSIsLive; in EvaluateDirectiveSubExpr() local627 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()629 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()631 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()633 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()642 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()674 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()