Lines Matching refs:tree_code
187 if (op_ptr->tree_code) in init_operators()
190 && !ovl_op_mapping[op_ptr->tree_code]); in init_operators()
191 ovl_op_mapping[op_ptr->tree_code] = op_ptr->ovl_op_code; in init_operators()
202 gcc_assert (as_ptr->ovl_op_code > ix && !dst_ptr->tree_code); in init_operators()
213 gcc_checking_assert (!ovl_op_mapping[as_ptr->tree_code] in init_operators()
214 || (ovl_op_mapping[as_ptr->tree_code] in init_operators()
216 ovl_op_mapping[as_ptr->tree_code] = as_ptr->ovl_op_code; in init_operators()
301 static const enum tree_code stmt_codes[] = { in cxx_init()
659 build_lang_decl (enum tree_code code, tree name, tree type) in build_lang_decl()
668 build_lang_decl_loc (location_t loc, enum tree_code code, tree name, tree type) in build_lang_decl_loc()
881 cxx_make_type (enum tree_code code MEM_STAT_DECL) in cxx_make_type()
903 cxx_make_type_hook (enum tree_code code) in cxx_make_type_hook()
909 make_class_type (enum tree_code code MEM_STAT_DECL) in make_class_type()