Home
last modified time | relevance | path

Searched refs:is_boolean (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-idecode.c174 else if (entry->opcode->is_boolean) { in print_idecode_table_leaf()
327 if (table->opcode->is_boolean in idecode_switch_start()
376 if (entry->parent->opcode->is_boolean in idecode_switch_leaf()
381 else if (entry->parent->opcode->is_boolean in idecode_switch_leaf()
432 if (entry->parent->opcode->is_boolean in idecode_switch_leaf()
471 if (table->opcode->is_boolean) { in idecode_switch_end()
H A Dld-insn.h93 int is_boolean; member
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.hpp105 bool is_boolean(const int = -1);
H A Dstate_test.cpp384 ATF_REQUIRE(!state.is_boolean()); in ATF_TEST_CASE_BODY()
393 ATF_REQUIRE(!state.is_boolean()); in ATF_TEST_CASE_BODY()
395 ATF_REQUIRE(state.is_boolean()); in ATF_TEST_CASE_BODY()
405 ATF_REQUIRE(state.is_boolean(-1)); in ATF_TEST_CASE_BODY()
407 ATF_REQUIRE(!state.is_boolean(-1)); in ATF_TEST_CASE_BODY()
408 ATF_REQUIRE(state.is_boolean(-2)); in ATF_TEST_CASE_BODY()
H A Dstate.cpp406 lutok::state::is_boolean(const int index) in is_boolean() function in lutok::state
815 assert(is_boolean(index)); in to_boolean()
/netbsd-src/external/bsd/kyua-cli/dist/utils/config/
H A Dnodes.cpp333 if (state.is_boolean(value_index)) in set_lua()
H A Dnodes_test.cpp126 ATF_REQUIRE(state.is_boolean(-1)); in ATF_TEST_CASE_BODY()