Lines Matching defs:ExprValue
5221 int64_t ExprValue;
5222 if (parseAbsoluteExpression(ExprValue) || parseEOL())
5232 ExprValue = ExprValue == 0;
5235 ExprValue = ExprValue >= 0;
5238 ExprValue = ExprValue > 0;
5241 ExprValue = ExprValue <= 0;
5244 ExprValue = ExprValue < 0;
5248 TheCondState.CondMet = ExprValue;
5383 int64_t ExprValue;
5384 if (parseAbsoluteExpression(ExprValue))
5390 TheCondState.CondMet = ExprValue;