Lines Matching defs:ValueLive
76 Token &PeekTok, bool ValueLive,
103 bool ValueLive, Preprocessor &PP) {
141 if (Result.Val != 0 && ValueLive)
230 /// If ValueLive is false, then this value is being evaluated in a context where
234 bool ValueLive, Preprocessor &PP) {
254 return EvaluateDefined(Result, PeekTok, DT, ValueLive, PP);
260 if (ValueLive) {
347 if (ValueLive)
363 if (ValueLive && Literal.getRadix() == 10)
445 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
453 if (EvaluateDirectiveSubExpr(Result, 1, PeekTok, ValueLive,
474 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
482 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
493 if (Overflow && ValueLive)
503 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
516 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
589 /// If ValueLive is false, then this value is being evaluated in a context where
593 Token &PeekTok, bool ValueLive,
612 // dead. Note that this cannot just clobber ValueLive. Consider
624 RHSIsLive = ValueLive;
687 if (ValueLive && Res.isUnsigned()) {
709 else if (ValueLive) {
721 } else if (ValueLive) {
808 if (!PP.getLangOpts().C99 || ValueLive)
825 bool AfterColonLive = ValueLive && LHS.Val == 0;
858 if (Overflow && ValueLive)