Home
last modified time | relevance | path

Searched refs:IDENTIFIER_OPNAME_P (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDlex.c113 IDENTIFIER_OPNAME_P (identifier) = 1; \ in init_operators()
597 if (IDENTIFIER_OPNAME_P (name)) in unqualified_name_lookup_error()
HDdump.c224 if (IDENTIFIER_OPNAME_P (t)) in cp_dump_tree()
HDmangle.c2121 else if (IDENTIFIER_OPNAME_P (member)) in write_expression()
2870 IDENTIFIER_OPNAME_P (identifier) = 1; in mangle_conv_op_name_for_type()
HDcp-tree.h413 #define IDENTIFIER_OPNAME_P(NODE) TREE_LANG_FLAG_2 (NODE) macro
1781 (IDENTIFIER_OPNAME_P (DECL_NAME (NODE)) \
HDerror.c1195 else if (IDENTIFIER_OPNAME_P (name)) in dump_function_name()
HDdecl.c6685 if (IDENTIFIER_OPNAME_P (DECL_NAME (decl)) in grokfndecl()
7379 gcc_assert (!IDENTIFIER_OPNAME_P (identifier)); in check_var_type()
7670 if (((dname && IDENTIFIER_OPNAME_P (dname)) || flags == TYPENAME_FLAG) in grokdeclarator()
8815 && IDENTIFIER_OPNAME_P (unqualified_id) in grokdeclarator()
HDtypeck.c4421 || !IDENTIFIER_OPNAME_P (arg)); in build_unary_op()
HDpt.c6772 else if (IDENTIFIER_OPNAME_P (DECL_NAME (r)) in tsubst_decl()
HDChangeLog-20024312 (IDENTIFIER_OPNAME_P): Likewise.
HDChangeLog3143 not IDENTIFIER_OPNAME_P.
HDChangeLog-20003536 * pt.c (tsubst_decl): Use IDENTIFIER_OPNAME_P.
/NextBSD/contrib/gcc/doc/
HDc-tree.texi209 @item IDENTIFIER_OPNAME_P