Searched defs:operator_code (Results 1 – 3 of 3) 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() 3504 build_cp_library_fn (tree name, enum tree_code operator_code, tree type) in build_cp_library_fn() 3546 push_cp_library_fn (enum tree_code operator_code, tree type) in push_cp_library_fn() 9195 enum tree_code operator_code; in grok_op_properties() local
|
/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 7320 build_cp_library_fn (name, operator_code, type) in build_cp_library_fn() argument 7371 push_cp_library_fn (operator_code, type) in push_cp_library_fn() argument 13198 enum tree_code operator_code; local
|
H A D | cp-tree.h | 1845 enum tree_code operator_code; member
|