Searched refs:action_count (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc224 const int action_count = static_cast<int>(untyped_actions_.size()); local
229 if (action_count > upper_bound ||
230 (action_count == upper_bound && repeated_action_specified_)) {
232 } else if (0 < action_count && action_count < lower_bound &&
246 << action_count << " WillOnce()"
247 << (action_count == 1 ? "" : "s");
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1171 const int action_count = static_cast<int>(untyped_actions_.size());
1172 if (action_count > 0 && !repeated_action_specified_ &&
1173 count > action_count) {
1180 << action_count << " WillOnce()"
1181 << (action_count == 1 ? " is" : "s are") << " specified - ";
1186 return count <= action_count
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c6431 unsigned action_count;
6676 if (c->action_allocated <= c->action_count)
6681 new_allocated = (c->action_count + 2) * 2;
6685 for (i = 0; i < c->action_count; i++)
6693 act = &c->actions[c->action_count];
6701 c->action_count++;
8085 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++)
8100 for (i = seg_idx_start; i < ebb_table->action_count; i++)
8119 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable)
8205 for (i = 0; i < ebb_table->action_count;
6411 unsigned action_count; member in struct:ebb_constraint_struct
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c6502 unsigned action_count;
6746 if (c->action_allocated <= c->action_count)
6751 new_allocated = (c->action_count + 2) * 2;
6755 for (i = 0; i < c->action_count; i++)
6762 act = &c->actions[c->action_count];
6770 c->action_count++;
8150 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++)
8165 for (i = seg_idx_start; i < ebb_table->action_count; i++)
8184 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable)
8270 for (i = 0; i < ebb_table->action_count;
6482 unsigned action_count; member in struct:ebb_constraint_struct
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-xtensa.c6487 unsigned action_count;
6731 if (c->action_allocated <= c->action_count)
6736 new_allocated = (c->action_count + 2) * 2;
6740 for (i = 0; i < c->action_count; i++)
6747 act = &c->actions[c->action_count];
6755 c->action_count++;
8135 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++)
8150 for (i = seg_idx_start; i < ebb_table->action_count; i++)
8169 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable)
8255 for (i = 0; i < ebb_table->action_count;
6467 unsigned action_count; member in struct:ebb_constraint_struct
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-xtensa.c6488 unsigned action_count;
6732 if (c->action_allocated <= c->action_count)
6737 new_allocated = (c->action_count + 2) * 2;
6741 for (i = 0; i < c->action_count; i++)
6748 act = &c->actions[c->action_count];
6756 c->action_count++;
8136 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++)
8151 for (i = seg_idx_start; i < ebb_table->action_count; i++)
8170 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable)
8256 for (i = 0; i < ebb_table->action_count;
6468 unsigned action_count; member in struct:ebb_constraint_struct
[all...]

Completed in 314 milliseconds