Searched refs:VarType (Results 1 – 3 of 3) sorted by relevance
20 } VarType; typedef22 extern VarType *currType;31 VarType ret;32 VarType params[16];
23 void printVarType(FILE *f, const VarType *vt) { in printVarType()58 void printVarTypeAndName(FILE *f, const VarType *vt) { in printVarTypeAndName()164 const VarType *vt = &api->params[ct]; in hasInlineDataPointers()218 const VarType *vt = &api->params[ct2]; in printApiCpp()231 const VarType *vt = &api->params[ct2]; in printApiCpp()252 const VarType *vt = &api->params[ct2]; in printApiCpp()309 const VarType *vt = &api->params[ct2]; in printApiCpp()328 const VarType *vt = &api->params[ct2]; in printApiCpp()355 const VarType *vt = &api->params[ct2]; in printApiCpp()409 const VarType *vt = &api->params[ct2]; in printApiCpp()[all …]
16 VarType *currType = 0;24 VarType *baseType = currType; in checkPointerType()