Searched refs:operator_code (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | decl.c | 3474 build_library_fn_1 (tree name, enum tree_code operator_code, tree type) in build_library_fn_1() argument 3480 SET_OVERLOADED_OPERATOR_CODE (fn, operator_code); in build_library_fn_1() 3504 build_cp_library_fn (tree name, enum tree_code operator_code, tree type) in build_cp_library_fn() argument 3506 tree fn = build_library_fn_1 (name, operator_code, type); in build_cp_library_fn() 3546 push_cp_library_fn (enum tree_code operator_code, tree type) in push_cp_library_fn() argument 3548 tree fn = build_cp_library_fn (ansi_opname (operator_code), in push_cp_library_fn() 3549 operator_code, in push_cp_library_fn() 9195 enum tree_code operator_code; in grok_op_properties() local 9212 operator_code = TYPE_EXPR; in grok_op_properties() 9219 operator_code = (CODE); \ in grok_op_properties() [all …]
|
H A D | cp-tree.h | 1567 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)
|
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.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 7290 build_library_fn_1 (name, operator_code, type) in build_library_fn_1() argument 7292 enum tree_code operator_code; 7300 SET_OVERLOADED_OPERATOR_CODE (fn, operator_code); 7320 build_cp_library_fn (name, operator_code, type) in build_cp_library_fn() argument 7322 enum tree_code operator_code; 7325 tree fn = build_library_fn_1 (name, operator_code, type); 7371 push_cp_library_fn (operator_code, type) in push_cp_library_fn() argument 7372 enum tree_code operator_code; in push_cp_library_fn() 7375 tree fn = build_cp_library_fn (ansi_opname (operator_code), 7376 operator_code, [all …]
|
H A D | cp-tree.h | 1845 enum tree_code operator_code; member 2021 (DECL_LANG_SPECIFIC (NODE)->u.f.operator_code = (CODE)) 2032 ? DECL_LANG_SPECIFIC (NODE)->u.f.operator_code : ERROR_MARK)
|
H A D | ChangeLog | 13339 (struct lang_decl): Add operator_code. 13341 (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an 13364 * decl.c (duplicate_decls): Copy operator_code. 13378 (lang_mark_tree): Don't try to mark the operator_code.
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | ChangeLog | 2454 * cp-demangle.c (operator_code): Likewise. 3408 (operator_code, operators): Constify.
|