Home | History | Annotate | Download | only in compiler

Lines Matching defs:OK

2740     int32_t OK = 0x29000 + x;
2746 m.Return(m.Int32Constant(OK));
2749 CHECK_EQ(OK, m.Call());