Searched refs:operator_code (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 4767 build_library_fn (tree name, enum tree_code operator_code, tree type, in build_library_fn() argument 4775 = OVL_OP_INFO (false, operator_code)->ovl_op_code; in build_library_fn() 4788 build_cp_library_fn (tree name, enum tree_code operator_code, tree type, in build_cp_library_fn() argument 4791 tree fn = build_library_fn (name, operator_code, type, ecf_flags); in build_cp_library_fn() 4837 push_cp_library_fn (enum tree_code operator_code, tree type, in push_cp_library_fn() argument 4840 tree fn = build_cp_library_fn (ovl_op_identifier (false, operator_code), in push_cp_library_fn() 4841 operator_code, type, ecf_flags); in push_cp_library_fn() 14420 tree_code operator_code; in grok_op_properties() local 14426 operator_code = TYPE_EXPR; in grok_op_properties() 14433 operator_code = ovl_op->tree_code; in grok_op_properties() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 5057 build_library_fn (tree name, enum tree_code operator_code, tree type, in build_library_fn() argument 5065 = OVL_OP_INFO (false, operator_code)->ovl_op_code; in build_library_fn() 5078 build_cp_library_fn (tree name, enum tree_code operator_code, tree type, in build_cp_library_fn() argument 5081 tree fn = build_library_fn (name, operator_code, type, ecf_flags); in build_cp_library_fn() 5124 push_cp_library_fn (enum tree_code operator_code, tree type, in push_cp_library_fn() argument 5127 tree fn = build_cp_library_fn (ovl_op_identifier (false, operator_code), in push_cp_library_fn() 5128 operator_code, type, ecf_flags); in push_cp_library_fn() 15226 tree_code operator_code; in grok_op_properties() local 15232 operator_code = TYPE_EXPR; in grok_op_properties() 15239 operator_code = ovl_op->tree_code; in grok_op_properties() [all …]
|
H A D | ChangeLog-2000 | 3467 (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.
|
H A D | ChangeLog-2004 | 1614 turning operator_code and fixed_offset into bitfields.
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | ChangeLog | 6690 * cp-demangle.c (operator_code): Likewise. 7644 (operator_code, operators): Constify.
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | ChangeLog | 6199 * cp-demangle.c (operator_code): Likewise. 7153 (operator_code, operators): Constify.
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | ChangeLog | 6280 * cp-demangle.c (operator_code): Likewise. 7234 (operator_code, operators): Constify.
|