Searched refs:VarType (Results 1 – 3 of 3) sorted by relevance
20 } VarType; typedef22 extern VarType *currType;31 VarType ret;32 VarType params[16];
24 void printVarType(FILE *f, const VarType *vt) { in printVarType()59 void printVarTypeAndName(FILE *f, const VarType *vt) { in printVarTypeAndName()168 const VarType *vt = &api->params[ct]; in hasInlineDataPointers()222 const VarType *vt = &api->params[ct2]; in printApiCpp()236 const VarType *vt = &api->params[ct2]; in printApiCpp()256 const VarType *vt = &api->params[ct2]; in printApiCpp()273 const VarType *vt = &api->params[ct2]; in printApiCpp()294 const VarType *vt = &api->params[ct2]; in printApiCpp()349 const VarType *vt = &api->params[ct2]; in printApiCpp()357 const VarType *vt = &api->params[ct2]; in printApiCpp()[all …]
16 VarType *currType = 0;24 VarType *baseType = currType; in checkPointerType()