Searched defs:ExpressionValue (Results 1 – 2 of 2) sorted by relevance
34 class ExpressionValue; variable124 explicit ExpressionValue(T Val) : Value(Val), Negative(Val < 0) {} in ExpressionValue() function
712 static std::int64_t ExpressionValue(const TokenSequence &token, in ExpressionValue() function