Home | History | Annotate | Download | only in rs

Lines Matching refs:isConst

25     if (vt->isConst) {
166 if (!vt->isConst && vt->ptrLevel) {
175 if (vt->isConst && vt->ptrLevel) {
232 if (vt->isConst && vt->ptrLevel) {
314 if ((vt->ptrLevel == 1) && (vt->isConst)) {
322 if ((vt->ptrLevel == 2) && (vt->isConst)) {
332 if ((vt->ptrLevel == 1) && (!vt->isConst)) {
340 if ((vt->ptrLevel == 2) && (!vt->isConst)) {
497 if (vt->isConst) {
538 if ((vt->ptrLevel == 1) && (!vt->isConst)) {
545 if ((vt->ptrLevel == 2) && (!vt->isConst)) {