Searched refs:remove_suffix (Results 1 – 3 of 3) sorted by relevance
111 constexpr void remove_suffix(size_type n);322 void remove_suffix(size_type __n) _NOEXCEPT324 _LIBCPP_ASSERT(n <= size(), "remove_suffix() can't remove more than size()");
348 remove_suffix (char *name, int len) in remove_suffix() function431 remove_suffix (preftmp, strlen (preftmp)); in create_tmp_var_name()
17408 * c-simplify.c (strip_off_ending): Rename to remove_suffix.