Lines Matching defs:value
434 DSLExpression value = this->assignmentExpression();
435 if (!value.hasValue()) {
438 initializer->swap(value);
653 if (!this->parseArrayDimensions(name.fLine, &type.value())) {
671 this->error(resultToken, "value in layout is too large: " + resultFrag);
1002 DSLExpression value = this->expression();
1003 if (!value.hasValue()) {
1019 return DSLCase(std::move(value), std::move(statements));
1032 DSLExpression value = this->expression();
1033 if (!value.hasValue()) {
1072 return StaticSwitch(std::move(value), std::move(cases), this->position(start));
1074 return Switch(std::move(value), std::move(cases), this->position(start));
1772 this->error(t, "floating-point value is too large: " + s);