Searched refs:assignment_operator (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/
H A D3.cc27 using __gnu_test::assignment_operator;
37 VERIFY( assignment_operator::count() == min_num_cpy );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_hooks.h184 class assignment_operator class in namespace:__gnu_test
195 std::__throw_runtime_error("assignment_operator::mark_call");
261 assignment_operator::throw_on(assignment_operator::count() + 1);
262 assignment_operator::mark_call();
276 assignment_operator::reset();
H A Dtestsuite_hooks.cc221 unsigned int assignment_operator::count_ = 0;
222 unsigned int assignment_operator::throw_on_ = 0;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/stable_partition/
H A Dmem_check.cc28 using __gnu_test::assignment_operator;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/stable_sort/
H A Dmem_check.cc28 using __gnu_test::assignment_operator;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/deque/cons/
H A D2.cc32 using __gnu_test::assignment_operator;
359 VERIFY(n == (copy_constructor::count() + assignment_operator::count()));
360 VERIFY(starting_size == (destructor::count() + assignment_operator::count()));
409 VERIFY(rangeSize == (copy_constructor::count() + assignment_operator::count()));
410 VERIFY(starting_size == (destructor::count() + assignment_operator::count()));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/capacity/
H A D2.cc32 using __gnu_test::assignment_operator;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/priority_queue/
H A Dcontainer_rand_regression_test.h121 assignment_operator();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h199 assignment_operator();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/
H A D4.cc31 using __gnu_test::assignment_operator;
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse-scan.y1082 left_hand_side assignment_operator assignment_expression
1092 assignment_operator: label
H A Dparse.y434 %type <operator> ASSIGN_ANY_TK assignment_operator
2280 left_hand_side assignment_operator assignment_expression
2282 | left_hand_side assignment_operator error
2296 assignment_operator: label
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c8444 enum tree_code assignment_operator
8446 if (assignment_operator != ERROR_MARK)
8467 assignment_operator,
8442 enum tree_code assignment_operator local

Completed in 344 milliseconds