Home | History | Annotate | Download | only in MCParser

Lines Matching refs:ExprValue

2302     int64_t ExprValue;
2303 if (ParseAbsoluteExpression(ExprValue))
2311 TheCondState.CondMet = ExprValue;
2360 int64_t ExprValue;
2361 if (ParseAbsoluteExpression(ExprValue))
2368 TheCondState.CondMet = ExprValue;