Home | History | Annotate | Download | only in articles

Lines Matching full:data2

1426     int data1, data2;
1432 data2 = 3;
1438 int l2 = data2; // wrong
1444 int l2 = data2; // wrong
1449 <code>data2</code> has been set yet. Once it sees the update to
1452 it can?t make any assumptions about <code>data2</code>, because that store was
1459 You?d have to know that <code>vol2</code> was set after <code>data1/data2</code>