Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:iQ

23   Q(int i) { iQ = i; printf("Q(%d)\n", i); }
24 int iQ;
25 void QPR() {printf("iQ = %d\n", iQ); };
41 printf("iQ = %d\n", iQ);
45 // printf("iQ = %d\n", (*this).iQ);
46 printf("iQ = %d\n", this->iQ);