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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 1317 && IDENTIFIER_OVL_OP_FLAGS (NODE) & OVL_OP_FLAG_ALLOC)
1323 & (OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_DELETE)) == OVL_OP_FLAG_ALLOC)
6257 OVL_OP_FLAG_ALLOC = 4, /* operator new or delete. */
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 1286 && IDENTIFIER_OVL_OP_FLAGS (NODE) & OVL_OP_FLAG_ALLOC)
1292 & (OVL_OP_FLAG_ALLOC | OVL_OP_FLAG_DELETE)) == OVL_OP_FLAG_ALLOC)
6098 OVL_OP_FLAG_ALLOC = 4, /* operator new or delete. */

Completed in 39 milliseconds