Lines Matching defs:ExprValue
6142 int64_t ExprValue;
6143 if (parseAbsoluteExpression(ExprValue) || parseEOL())
6152 ExprValue = ExprValue == 0;
6156 TheCondState.CondMet = ExprValue;
6279 int64_t ExprValue;
6280 if (parseAbsoluteExpression(ExprValue))
6292 ExprValue = ExprValue == 0;
6296 TheCondState.CondMet = ExprValue;
6629 int64_t ExprValue;
6630 if (parseAbsoluteExpression(ExprValue))
6641 if ((ExprValue == 0) == ExpectZero)