PR exp/13206:
[deliverable/binutils-gdb.git] / gdb / std-operator.def
index 9c6a01be329485261516f820f18d5b0517afa91f..b01368753612e8b2b9bccae0671990c4a8ac4a9c 100644 (file)
@@ -332,3 +332,12 @@ OP (OP_DECFLOAT)
 /* OP_ADL_FUNC specifies that the function is to be looked up in an
    Argument Dependent manner (Koenig lookup).  */
 OP (OP_ADL_FUNC)
+
+/* The typeof operator.  This has one expression argument, which is
+   evaluated solely for its type.  */
+OP (OP_TYPEOF)
+
+/* The decltype operator.  This has one expression argument, which is
+   evaluated solely for its type.  This is similar to typeof, but has
+   slight different semantics.  */
+OP (OP_DECLTYPE)
This page took 0.032683 seconds and 4 git commands to generate.