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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp587 bool RHSIsLive; local
589 RHSIsLive = false; // RHS of "0 && x" is dead.
591 RHSIsLive = false; // RHS of "1 || x" is dead.
593 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead.
595 RHSIsLive = ValueLive;
604 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true;
636 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive,

Completed in 56 milliseconds