Lines Matching defs:BOZLiteralConstant
174 BOZLiteralConstant &&by) -> ConvertRealOperandsResult {
182 BOZLiteralConstant &&by) -> ConvertRealOperandsResult {
189 [&](BOZLiteralConstant &&bx,
197 [&](BOZLiteralConstant &&bx,
206 BOZLiteralConstant &&by) -> ConvertRealOperandsResult {
210 [&](BOZLiteralConstant &&bx,
215 [&](BOZLiteralConstant &&,
216 BOZLiteralConstant &&) -> ConvertRealOperandsResult {
575 [&](BOZLiteralConstant &&bx, Expr<SomeInteger> &&iy) {
580 [&](BOZLiteralConstant &&bx, Expr<SomeUnsigned> &&iy) {
585 [&](BOZLiteralConstant &&bx, Expr<SomeReal> &&ry) {
590 [&](Expr<SomeInteger> &&ix, BOZLiteralConstant &&by) {
595 [&](Expr<SomeUnsigned> &&ix, BOZLiteralConstant &&by) {
600 [&](Expr<SomeReal> &&rx, BOZLiteralConstant &&by) {
642 [&](BOZLiteralConstant &&) {
804 if (auto *boz{std::get_if<BOZLiteralConstant>(&x.u)}) {
812 if (auto *boz{std::get_if<BOZLiteralConstant>(&x.u)}) {
822 if (auto *boz{std::get_if<BOZLiteralConstant>(&x.u)}) {
1424 BOZLiteralConstant bits{0};
1428 BOZLiteralConstant chBOZ{static_cast<unsigned char>(ch)};