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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 3183 #define DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P(NODE) \
3202 DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P is true of NODE. */
3205 || DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P (NODE))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 3125 #define DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P(NODE) \
3144 DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P is true of NODE. */
3147 || DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P (NODE))

Completed in 49 milliseconds