Searched refs:currType (Results 1 – 2 of 2) sorted by relevance
16 VarType *currType = 0; variable24 VarType *baseType = currType; in checkPointerType()27 currType = &apis[apiCount].params[apis[apiCount].paramCount]; in checkPointerType()28 currType->type = 4; in checkPointerType()29 currType->ptrLevel = curPtrLevel; in checkPointerType()30 if (currType->ptrLevel > 0) { in checkPointerType()31 currType->isConst = 1; in checkPointerType()33 sprintf(currType->typeName, "%s", "size_t"); in checkPointerType()36 sprintf(currType->name, "%s_length", baseType->name); in checkPointerType()39 sprintf(currType->name, "%s_length_length", baseType->name); in checkPointerType()[all …]
22 extern VarType *currType;