Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp616 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
618 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
620 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
622 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
624 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
633 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
665 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()