Lines Matching defs:ValueLive
75 Token &PeekTok, bool ValueLive,
102 bool ValueLive, Preprocessor &PP) {
140 if (Result.Val != 0 && ValueLive)
229 /// If ValueLive is false, then this value is being evaluated in a context where
233 bool ValueLive, Preprocessor &PP) {
253 return EvaluateDefined(Result, PeekTok, DT, ValueLive, PP);
259 if (ValueLive) {
346 if (ValueLive)
362 if (ValueLive && Literal.getRadix() == 10)
444 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
452 if (EvaluateDirectiveSubExpr(Result, 1, PeekTok, ValueLive,
473 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
481 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
492 if (Overflow && ValueLive)
502 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
515 if (EvaluateValue(Result, PeekTok, DT, ValueLive, PP)) return true;
588 /// If ValueLive is false, then this value is being evaluated in a context where
592 Token &PeekTok, bool ValueLive,
611 // dead. Note that this cannot just clobber ValueLive. Consider
623 RHSIsLive = ValueLive;
686 if (ValueLive && Res.isUnsigned()) {
708 else if (ValueLive) {
720 } else if (ValueLive) {
807 if (!PP.getLangOpts().C99 || ValueLive)
824 bool AfterColonLive = ValueLive && LHS.Val == 0;
857 if (Overflow && ValueLive)