Searched refs:VarType (Results 1 – 6 of 6) 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()165 const VarType *vt = &api->params[ct]; in hasInlineDataPointers()219 const VarType *vt = &api->params[ct2]; in printApiCpp()232 const VarType *vt = &api->params[ct2]; in printApiCpp()253 const VarType *vt = &api->params[ct2]; in printApiCpp()306 const VarType *vt = &api->params[ct2]; in printApiCpp()314 const VarType *vt = &api->params[ct2]; in printApiCpp()322 const VarType *vt = &api->params[ct2]; in printApiCpp()332 const VarType *vt = &api->params[ct2]; in printApiCpp()[all …]
16 VarType *currType = 0;24 VarType *baseType = currType; in checkPointerType()