Searched refs:RHSIsLive (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPPExpressions.cpp463 bool RHSIsLive; local
465 RHSIsLive = false; // RHS of "0 && x" is dead.
467 RHSIsLive = false; // RHS of "1 || x" is dead.
469 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead.
471 RHSIsLive = ValueLive;
480 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true;
512 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, PP))

Completed in 16 milliseconds