get reallocation id for function */
| 1313 | |
| 1314 | /** get reallocation id for function */ |
| 1315 | int Library::getReallocId(const Token *tok, int arg) const |
| 1316 | { |
| 1317 | const Library::AllocFunc* af = getReallocFuncInfo(tok); |
| 1318 | return (af && af->arg == arg) ? af->groupId : 0; |
| 1319 | } |
| 1320 | |
| 1321 | |
| 1322 | const Library::ArgumentChecks * Library::getarg(const Token *ftok, int argnr) const |