Home
last modified time | relevance | path

Searched refs:identifier_to_locale_alloc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpretty-print.cc2002 void *(*identifier_to_locale_alloc) (size_t) = xmalloc; variable
2044 char *ret = (char *) identifier_to_locale_alloc (4 * idlen + 1); in identifier_to_locale()
2087 ret = (char *) identifier_to_locale_alloc (ret_alloc); in identifier_to_locale()
2146 char *ret = (char *) identifier_to_locale_alloc (10 * idlen + 1); in identifier_to_locale()
H A Dpretty-print.h422 extern void *(*identifier_to_locale_alloc) (size_t);
H A Dtoplev.cc1022 identifier_to_locale_alloc = alloc_for_identifier_to_locale; in general_init()
H A DChangeLog-201029524 (identifier_to_locale_alloc, identifier_to_locale_free): Define.
29526 * pretty-print.h (identifier_to_locale_alloc,
29529 (general_init): Set identifier_to_locale_alloc and
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpretty-print.c2002 void *(*identifier_to_locale_alloc) (size_t) = xmalloc; variable
2044 char *ret = (char *) identifier_to_locale_alloc (4 * idlen + 1); in identifier_to_locale()
2087 ret = (char *) identifier_to_locale_alloc (ret_alloc); in identifier_to_locale()
2146 char *ret = (char *) identifier_to_locale_alloc (10 * idlen + 1); in identifier_to_locale()
H A Dpretty-print.h422 extern void *(*identifier_to_locale_alloc) (size_t);
H A Dtoplev.c1165 identifier_to_locale_alloc = alloc_for_identifier_to_locale; in general_init()