Searched refs:output_count (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-basic-inst-handler.cc | 346 size_t output_count = gccbrig_hsa_opcode_op_output_p (brig_opcode, 0) ? in build_inst_expr() local 419 else if (output_count == 1) in build_inst_expr() 455 size_t output_count in operator ()() local 458 = operands.size () == 0 ? 0 : (operands.size () - output_count); in operator ()() 460 gcc_assert (output_count == 0 || output_count == 1); in operator ()() 463 if (output_count > 0 && operands.size () > 0) in operator ()() 699 if (output_count == 1) in operator ()()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | parse-colors.c | 60 static bool get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count); 104 get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count) { in get_funky_string() argument 294 *output_count = count; in get_funky_string()
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/ |
| H A D | parse-colors.c | 60 static bool get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count); 104 get_funky_string (char **dest, const char **src, bool equals_end, size_t *output_count) { in get_funky_string() argument 294 *output_count = count; in get_funky_string()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | symtab.cc | 3072 const unsigned int output_count = this->output_count_; in sized_write_globals() local 3073 const section_size_type oview_size = output_count * sym_size; in sized_write_globals() 3076 if (this->offset_ == 0 || output_count == 0) in sized_write_globals() 3254 gold_assert(sym_index < output_count); in sized_write_globals() 3302 gold_assert(sym_index < output_count); in sized_write_globals()
|
| H A D | symtab.h | 1682 output_count() const in output_count() function
|
| H A D | incremental.cc | 1374 inputs->symtab_section()->set_current_data_size(this->symtab_->output_count() in set_final_data_size() 1420 unsigned int global_sym_count = this->symtab_->output_count(); in do_write()
|
| H A D | ChangeLog-0815 | 9634 (Symbol_table::output_count): New function.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | symtab.cc | 3072 const unsigned int output_count = this->output_count_; in sized_write_globals() local 3073 const section_size_type oview_size = output_count * sym_size; in sized_write_globals() 3076 if (this->offset_ == 0 || output_count == 0) in sized_write_globals() 3254 gold_assert(sym_index < output_count); in sized_write_globals() 3302 gold_assert(sym_index < output_count); in sized_write_globals()
|
| H A D | symtab.h | 1682 output_count() const in output_count() function
|
| H A D | incremental.cc | 1374 inputs->symtab_section()->set_current_data_size(this->symtab_->output_count() in set_final_data_size() 1420 unsigned int global_sym_count = this->symtab_->output_count(); in do_write()
|
| H A D | ChangeLog-0815 | 9634 (Symbol_table::output_count): New function.
|