Searched refs:DEF_OPERATOR (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | operators.def | 26 /* The DEF_OPERATOR macro takes the following arguments: 53 Before including this file, you should define DEF_OPERATOR 62 arguments are as for DEF_OPERATOR, but there is no need to provide 67 DEF_OPERATOR(NAME, CODE, MANGLING, OVL_OP_FLAG_BINARY) 71 DEF_OPERATOR ("new", NEW_EXPR, "nw", OVL_OP_FLAG_ALLOC) 72 DEF_OPERATOR ("new []", VEC_NEW_EXPR, "na", 74 DEF_OPERATOR ("delete", DELETE_EXPR, "dl", 76 DEF_OPERATOR ("delete []", VEC_DELETE_EXPR, "da", 80 DEF_OPERATOR ("+", UNARY_PLUS_EXPR, "ps", OVL_OP_FLAG_UNARY) 81 DEF_OPERATOR ("-", NEGATE_EXPR, "ng", OVL_OP_FLAG_UNARY) [all …]
|
| H A D | lex.cc | 90 #define DEF_OPERATOR(NAME, CODE, MANGLING, FLAGS) \ macro
|
| H A D | cp-tree.h | 6097 #define DEF_OPERATOR(NAME, CODE, MANGLING, FLAGS) OVL_OP_##CODE, macro
|
| H A D | ChangeLog-2002 | 4234 (DEF_OPERATOR): Likewise.
|
| H A D | ChangeLog-2017 | 821 * operators.def (DEF_OPERATOR): Remove KIND parm.
|
| H A D | ChangeLog-2000 | 3165 * lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @'
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | operators.def | 26 /* The DEF_OPERATOR macro takes the following arguments: 53 Before including this file, you should define DEF_OPERATOR 62 arguments are as for DEF_OPERATOR, but there is no need to provide 67 DEF_OPERATOR(NAME, CODE, MANGLING, OVL_OP_FLAG_BINARY) 71 DEF_OPERATOR ("new", NEW_EXPR, "nw", OVL_OP_FLAG_ALLOC) 72 DEF_OPERATOR ("new []", VEC_NEW_EXPR, "na", 74 DEF_OPERATOR ("delete", DELETE_EXPR, "dl", 76 DEF_OPERATOR ("delete []", VEC_DELETE_EXPR, "da", 80 DEF_OPERATOR ("+", UNARY_PLUS_EXPR, "ps", OVL_OP_FLAG_UNARY) 81 DEF_OPERATOR ("-", NEGATE_EXPR, "ng", OVL_OP_FLAG_UNARY) [all …]
|
| H A D | lex.c | 89 #define DEF_OPERATOR(NAME, CODE, MANGLING, FLAGS) \ macro
|
| H A D | cp-tree.h | 5867 #define DEF_OPERATOR(NAME, CODE, MANGLING, FLAGS) OVL_OP_##CODE, macro
|