Searched defs:postinc (Results 1 – 2 of 2) sorted by relevance
176 char *postinc(char *base) { postinc() function
276 template<typename T> constexpr T postinc(T &&r) { return (r++, r); } in postinc() function