Home | History | Annotate | Download | only in Checkers

Lines Matching full:reallocation

90   // The symbol has been freed when reallocation failed.
92 // The symbol does not need to be freed after reallocation fails.
98 /// 'realloc' to allow modeling failed reallocation later in the path.
346 os << "Reallocation of " << ArgIndex << llvm::getOrdinalSuffix(ArgIndex)
353 return "Reallocation of returned value failed";
1083 // process failed reallocation.
1368 // Realloc returns 0 when reallocation fails, which means that we should
1625 Msg = "Reallocation failed";
1627 "Reallocation failed");
1638 // We are in a special mode if a reallocation failed later in the path.
1644 // We're at the reallocation point.