Lines Matching defs:ExprValue
6143 int64_t ExprValue;
6144 if (parseAbsoluteExpression(ExprValue) || parseEOL())
6153 ExprValue = ExprValue == 0;
6157 TheCondState.CondMet = ExprValue;
6280 int64_t ExprValue;
6281 if (parseAbsoluteExpression(ExprValue))
6293 ExprValue = ExprValue == 0;
6297 TheCondState.CondMet = ExprValue;
6630 int64_t ExprValue;
6631 if (parseAbsoluteExpression(ExprValue))
6642 if ((ExprValue == 0) == ExpectZero)