New target methods for memory tagging support
[deliverable/binutils-gdb.git] / libiberty / cp-demangle.h
index 84eb5db1e6b252be30a999132099b5348bfff66f..cb47bdf0d2e4554832f038d0571238b846562c88 100644 (file)
@@ -122,6 +122,10 @@ struct d_info
   /* Non-zero if we are parsing the type operand of a conversion
      operator, but not when in an expression.  */
   int is_conversion;
+  /*  1: using new unresolved-name grammar.
+     -1: using new unresolved-name grammar and saw an unresolved-name.
+      0: using old unresolved-name grammar.  */
+  int unresolved_name_state;
   /* If DMGL_NO_RECURSE_LIMIT is not active then this is set to
      the current recursion level.  */
   unsigned int recursion_level;
This page took 0.024663 seconds and 4 git commands to generate.