OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XRESIZEVEC
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
poison.h
158
xresizevec
(T *p, size_t n)
function
160
static_assert (IsMallocable<T>::value, "Trying to use
XRESIZEVEC
with a \
162
return
XRESIZEVEC
(T, p, n);
165
#undef
XRESIZEVEC
166
#define
XRESIZEVEC
(T, P, N)
xresizevec
<T> (P, N)
/src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h
158
xresizevec
(T *p, size_t n)
function
160
static_assert (IsMallocable<T>::value, "Trying to use
XRESIZEVEC
with a \
162
return
XRESIZEVEC
(T, p, n);
165
#undef
XRESIZEVEC
166
#define
XRESIZEVEC
(T, P, N)
xresizevec
<T> (P, N)
/src/external/gpl3/binutils/dist/include/
libiberty.h
391
#define
XRESIZEVEC
(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
/src/external/gpl3/binutils.old/dist/include/
libiberty.h
391
#define
XRESIZEVEC
(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
/src/external/gpl3/gcc/dist/include/
libiberty.h
369
#define
XRESIZEVEC
(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
/src/external/gpl3/gcc.old/dist/include/
libiberty.h
369
#define
XRESIZEVEC
(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
/src/external/gpl3/gdb/dist/include/
libiberty.h
369
#define
XRESIZEVEC
(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
/src/external/gpl3/gdb.old/dist/include/
libiberty.h
369
#define
XRESIZEVEC
(T, P, N) ((T *) xrealloc ((void *) (P), sizeof (T) * (N)))
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026