HomeSort by: relevance | last modified time | path
    Searched refs:xcnewvar (Results 1 - 2 of 2) sorted by relevancy

  /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)

Completed in 58 milliseconds