| /src/external/gpl3/gdb/dist/gdbsupport/ |
| poison.h | 194 xcnewvar (size_t s) function 196 static_assert (IsMallocable<T>::value, "Trying to use XCNEWVAR with a \ 198 return XCNEWVAR (T, s); 201 #undef XCNEWVAR 202 #define XCNEWVAR(T, S) xcnewvar<T> (S)
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| poison.h | 194 xcnewvar (size_t s) function 196 static_assert (IsMallocable<T>::value, "Trying to use XCNEWVAR with a \ 198 return XCNEWVAR (T, s); 201 #undef XCNEWVAR 202 #define XCNEWVAR(T, S) xcnewvar<T> (S)
|
| /src/external/gpl3/binutils/dist/include/ |
| libiberty.h | 398 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
|
| /src/external/gpl3/binutils.old/dist/include/ |
| libiberty.h | 398 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-const.cc | 102 s = XCNEWVAR (char, size);
|
| decl.cc | 9849 name = XCNEWVAR (char, strlen (sym->name) + 1); 9913 name = XCNEWVAR (char, strlen (sym->name) + 1);
|
| intrinsic.cc | 4195 functions = XCNEWVAR (struct gfc_intrinsic_sym,
|
| openmp.cc | 4973 unsigned char *s = XCNEWVAR (unsigned char, size + 1);
|
| /src/external/gpl3/gcc/dist/include/ |
| libiberty.h | 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-const.cc | 102 s = XCNEWVAR (char, size);
|
| decl.cc | 9778 name = XCNEWVAR (char, strlen (sym->name) + 1); 9842 name = XCNEWVAR (char, strlen (sym->name) + 1);
|
| intrinsic.cc | 4191 functions = XCNEWVAR (struct gfc_intrinsic_sym,
|
| openmp.cc | 3951 unsigned char *s = XCNEWVAR (unsigned char, size + 1);
|
| /src/external/gpl3/gcc.old/dist/include/ |
| libiberty.h | 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
|
| /src/external/gpl3/gdb/dist/include/ |
| libiberty.h | 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
|
| /src/external/gpl3/gdb.old/dist/include/ |
| libiberty.h | 376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S)))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ggc-page.cc | 835 e = XCNEWVAR (struct page_entry, page_entry_size); 906 e = XCNEWVAR (struct page_entry, page_entry_size); 920 entry = XCNEWVAR (struct page_entry, page_entry_size); 2654 entry = XCNEWVAR (struct page_entry, (sizeof (struct page_entry)
|
| opts.cc | 1614 opts->x_help_printed = XCNEWVAR (char, cl_options_count); 1617 opts->x_help_enum_printed = XCNEWVAR (char, cl_enums_count);
|
| gengtype.cc | 5164 f = XCNEWVAR (input_file, sizeof (input_file)+namlen+2);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ggc-page.cc | 835 e = XCNEWVAR (struct page_entry, page_entry_size); 906 e = XCNEWVAR (struct page_entry, page_entry_size); 920 entry = XCNEWVAR (struct page_entry, page_entry_size); 2650 entry = XCNEWVAR (struct page_entry, (sizeof (struct page_entry)
|
| opts.cc | 1544 opts->x_help_printed = XCNEWVAR (char, cl_options_count); 1547 opts->x_help_enum_printed = XCNEWVAR (char, cl_enums_count);
|
| gengtype.cc | 5170 f = XCNEWVAR (input_file, sizeof (input_file)+namlen+2);
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| files.cc | 2026 result = XCNEWVAR (struct pchf_data, result_size);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| files.cc | 2004 result = XCNEWVAR (struct pchf_data, result_size);
|