Home
last modified time | relevance | path

Searched refs:remove_suffix (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/libc++/include/experimental/
Dstring_view111 constexpr void remove_suffix(size_type n);
322 void remove_suffix(size_type __n) _NOEXCEPT
324 _LIBCPP_ASSERT(n <= size(), "remove_suffix() can't remove more than size()");
/freebsd-9-stable/contrib/gcc/
Dgimplify.c348 remove_suffix (char *name, int len) in remove_suffix() function
431 remove_suffix (preftmp, strlen (preftmp)); in create_tmp_var_name()
DChangeLog.tree-ssa17408 * c-simplify.c (strip_off_ending): Rename to remove_suffix.