Home | History | Annotate | Download | only in MCParser

Lines Matching refs:ExprValue

3853     int64_t ExprValue;
3854 if (parseAbsoluteExpression(ExprValue))
3869 ExprValue = ExprValue == 0;
3872 ExprValue = ExprValue >= 0;
3875 ExprValue = ExprValue > 0;
3878 ExprValue = ExprValue <= 0;
3881 ExprValue = ExprValue < 0;
3885 TheCondState.CondMet = ExprValue;
4035 int64_t ExprValue;
4036 if (parseAbsoluteExpression(ExprValue))
4043 TheCondState.CondMet = ExprValue;