Lines Matching defs:ExprValue
5180 int64_t ExprValue;
5181 if (parseAbsoluteExpression(ExprValue) || parseEOL())
5191 ExprValue = ExprValue == 0;
5194 ExprValue = ExprValue >= 0;
5197 ExprValue = ExprValue > 0;
5200 ExprValue = ExprValue <= 0;
5203 ExprValue = ExprValue < 0;
5207 TheCondState.CondMet = ExprValue;
5342 int64_t ExprValue;
5343 if (parseAbsoluteExpression(ExprValue))
5349 TheCondState.CondMet = ExprValue;