Searched refs:operator_code (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | decl.c | 3486 build_library_fn_1 (tree name, enum tree_code operator_code, tree type) in build_library_fn_1() argument 3492 SET_OVERLOADED_OPERATOR_CODE (fn, operator_code); in build_library_fn_1() 3516 build_cp_library_fn (tree name, enum tree_code operator_code, tree type) in build_cp_library_fn() argument 3518 tree fn = build_library_fn_1 (name, operator_code, type); in build_cp_library_fn() 3558 push_cp_library_fn (enum tree_code operator_code, tree type) in push_cp_library_fn() argument 3560 tree fn = build_cp_library_fn (ansi_opname (operator_code), in push_cp_library_fn() 3561 operator_code, in push_cp_library_fn() 9731 enum tree_code operator_code; in grok_op_properties() local 9748 operator_code = TYPE_EXPR; in grok_op_properties() 9755 operator_code = (CODE); \ in grok_op_properties() [all …]
|
| HD | cp-tree.h | 1576 ENUM_BITFIELD (tree_code) operator_code : 8; 1771 (DECL_LANG_SPECIFIC (NODE)->u.f.operator_code = (CODE)) 1782 ? DECL_LANG_SPECIFIC (NODE)->u.f.operator_code : ERROR_MARK)
|
| HD | 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.
|
| HD | ChangeLog-2004 | 1614 turning operator_code and fixed_offset into bitfields.
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | ChangeLog | 2748 * cp-demangle.c (operator_code): Likewise. 3702 (operator_code, operators): Constify.
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | ChangeLog | 2550 * cp-demangle.c (operator_code): Likewise. 3504 (operator_code, operators): Constify.
|