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

/external/clang/lib/Lex/
H A DPPExpressions.cpp481 bool RHSIsLive; local
483 RHSIsLive = false; // RHS of "0 && x" is dead.
485 RHSIsLive = false; // RHS of "1 || x" is dead.
487 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead.
489 RHSIsLive = ValueLive;
498 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true;
530 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, PP))

Completed in 697 milliseconds