Home
last modified time | relevance | path

Searched refs:get_top (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/bsd/lutok/dist/
Dstack_cleaner_test.cpp40 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY()
42 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY()
53 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY()
55 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY()
57 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY()
68 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY()
73 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY()
77 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY()
80 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY()
94 ATF_REQUIRE_EQ(3, state.get_top()); in ATF_TEST_CASE_BODY()
[all …]
Doperations.cpp76 const int height = s.get_top(); in do_file()
88 const int actual_results = s.get_top() - height; in do_file()
111 const int height = s.get_top(); in do_string()
123 const int actual_results = s.get_top() - height; in do_string()
Doperations_test.cpp137 ATF_REQUIRE_EQ(3, state.get_top()); in ATF_TEST_CASE_BODY()
154 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY()
167 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY()
203 ATF_REQUIRE_EQ(3, state.get_top()); in ATF_TEST_CASE_BODY()
216 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY()
225 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY()
Dstack_cleaner.cpp63 _pimpl(new impl(state_, state_.get_top())) in stack_cleaner()
74 const unsigned int current_depth = _pimpl->state_ref.get_top(); in ~stack_cleaner()
90 _pimpl->original_depth = _pimpl->state_ref.get_top(); in forget()
Dtest_utils.hpp114 _old_count(_state.get_top()) in stack_balance_checker()
132 unsigned int new_count = _state.get_top(); in ~stack_balance_checker()
Dexceptions_test.cpp63 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY()
Dstate.hpp103 int get_top(void);
Dstate_test.cpp350 ATF_TEST_CASE_WITHOUT_HEAD(get_top);
351 ATF_TEST_CASE_BODY(get_top) in ATF_TEST_CASE_BODY() argument
354 ATF_REQUIRE_EQ(0, state.get_top()); in ATF_TEST_CASE_BODY()
356 ATF_REQUIRE_EQ(1, state.get_top()); in ATF_TEST_CASE_BODY()
358 ATF_REQUIRE_EQ(2, state.get_top()); in ATF_TEST_CASE_BODY()
1331 ATF_ADD_TEST_CASE(tcs, get_top); in ATF_INIT_TEST_CASES()
Dstate.cpp384 lutok::state::get_top(void) in get_top() function in lutok::state
/netbsd/src/external/bsd/kyua-cli/dist/utils/config/
Dparser.cpp126 if (state.get_top() != 2) in lua_syntax()
133 if (state.get_top() != 1) in lua_syntax()
/netbsd/src/external/bsd/kyua-cli/dist/engine/
Dkyuafile.cpp517 if (state.get_top() != 2) in lua_syntax()
524 if (state.get_top() != 1) in lua_syntax()