HomeSort by: relevance | last modified time | path
    Searched defs:XDELETE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
poison.h 122 xdelete (T *p) function
124 static_assert (IsFreeable<T>::value, "Trying to use XDELETE with a non-POD \
126 XDELETE (p);
129 #undef XDELETE
130 #define XDELETE(P) xdelete (P)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
poison.h 122 xdelete (T *p) function
124 static_assert (IsFreeable<T>::value, "Trying to use XDELETE with a non-POD \
126 XDELETE (p);
129 #undef XDELETE
130 #define XDELETE(P) xdelete (P)
  /src/external/gpl3/binutils/dist/include/
libiberty.h 372 with nice encapsulation. The XDELETE*() macros are technically
383 #define XDELETE(P) free ((void*) (P))
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 372 with nice encapsulation. The XDELETE*() macros are technically
383 #define XDELETE(P) free ((void*) (P))
  /src/external/gpl3/gcc/dist/include/
libiberty.h 350 with nice encapsulation. The XDELETE*() macros are technically
361 #define XDELETE(P) free ((void*) (P))
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 350 with nice encapsulation. The XDELETE*() macros are technically
361 #define XDELETE(P) free ((void*) (P))
  /src/external/gpl3/gdb/dist/include/
libiberty.h 350 with nice encapsulation. The XDELETE*() macros are technically
361 #define XDELETE(P) free ((void*) (P))
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 350 with nice encapsulation. The XDELETE*() macros are technically
361 #define XDELETE(P) free ((void*) (P))

Completed in 25 milliseconds