Lines Matching full:changed
280 bool Changed = false;
294 Changed = true;
298 return Changed;
618 /// changed in any way. Additionally,
838 // Adjust in case the function was changed to return void.
857 // If the return type has changed, then get rid of 'returned' on the
908 // Return type not changed? Just replace users then.
918 "Return type changed, but not into a void. The old return type"
1034 bool Changed = false;
1044 Changed |= DeleteDeadVarargs(F);
1061 Changed |= RemoveDeadStuffFromFunction(F);
1067 Changed |= RemoveDeadArgumentsFromCallers(F);
1069 if (!Changed)