Home
last modified time | relevance | path

Searched refs:operator_code (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Ddecl.c3485 build_library_fn_1 (tree name, enum tree_code operator_code, tree type) in build_library_fn_1() argument
3491 SET_OVERLOADED_OPERATOR_CODE (fn, operator_code); in build_library_fn_1()
3515 build_cp_library_fn (tree name, enum tree_code operator_code, tree type) in build_cp_library_fn() argument
3517 tree fn = build_library_fn_1 (name, operator_code, type); in build_cp_library_fn()
3557 push_cp_library_fn (enum tree_code operator_code, tree type) in push_cp_library_fn() argument
3559 tree fn = build_cp_library_fn (ansi_opname (operator_code), in push_cp_library_fn()
3560 operator_code, in push_cp_library_fn()
9262 enum tree_code operator_code; in grok_op_properties() local
9279 operator_code = TYPE_EXPR; in grok_op_properties()
9286 operator_code = (CODE); \ in grok_op_properties()
[all …]
Dcp-tree.h1567 ENUM_BITFIELD (tree_code) operator_code : 8;
1762 (DECL_LANG_SPECIFIC (NODE)->u.f.operator_code = (CODE))
1773 ? DECL_LANG_SPECIFIC (NODE)->u.f.operator_code : ERROR_MARK)
DChangeLog-20003467 (struct lang_decl): Add operator_code.
3469 (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
3492 * decl.c (duplicate_decls): Copy operator_code.
3506 (lang_mark_tree): Don't try to mark the operator_code.
DChangeLog-20041614 turning operator_code and fixed_offset into bitfields.
/freebsd-9-stable/contrib/binutils/libiberty/
DChangeLog2748 * cp-demangle.c (operator_code): Likewise.
3702 (operator_code, operators): Constify.
/freebsd-9-stable/contrib/gcclibs/libiberty/
DChangeLog2550 * cp-demangle.c (operator_code): Likewise.
3504 (operator_code, operators): Constify.