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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 1323 & (OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_DELETE)) == OVL_OP_FLAG_ALLOC)
6258 OVL_OP_FLAG_DELETE = 1, /* operator delete. */
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 1292 & (OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_DELETE)) == OVL_OP_FLAG_ALLOC)
6099 OVL_OP_FLAG_DELETE = 1, /* operator delete. */

Completed in 26 milliseconds