Searched refs:ptrLevel (Results 1 – 3 of 3) sorted by relevance
26 while (curPtrLevel < baseType->ptrLevel) { in checkPointerType()29 currType->ptrLevel = curPtrLevel; in checkPointerType()30 if (currType->ptrLevel > 0) { in checkPointerType()34 switch(baseType->ptrLevel - curPtrLevel) { in checkPointerType()172 currType->ptrLevel ++;182 currType->ptrLevel ++;
69 if (vt->ptrLevel) { in printVarType()71 for (ct=0; ct < vt->ptrLevel; ct++) { in printVarType()177 if (!vt->isConst && vt->ptrLevel) { in hasInlineDataPointers()181 if (vt->ptrLevel > 1) { in hasInlineDataPointers()186 if (vt->isConst && vt->ptrLevel) { in hasInlineDataPointers()281 if (vt->isConst && vt->ptrLevel) { in printApiCpp()302 needFlush += vt->ptrLevel; in printApiCpp()303 if (vt->ptrLevel && hasInlineDataPointers(api)) { in printApiCpp()419 needFlush += vt->ptrLevel; in printPlaybackCpp()421 if (hasInlineDataPointers(api) && vt->ptrLevel) { in printPlaybackCpp()[all …]
17 int ptrLevel; member