OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_boolean
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/bsd/lutok/dist/
state.hpp
105
bool
is_boolean
(const int = -1);
state_test.cpp
384
ATF_REQUIRE(!state.
is_boolean
());
393
ATF_REQUIRE(!state.
is_boolean
());
395
ATF_REQUIRE(state.
is_boolean
());
405
ATF_REQUIRE(state.
is_boolean
(-1));
407
ATF_REQUIRE(!state.
is_boolean
(-1));
408
ATF_REQUIRE(state.
is_boolean
(-2));
state.cpp
406
lutok::state::
is_boolean
(const int index)
function in class:lutok::state
815
assert(
is_boolean
(index));
/src/external/gpl3/gdb/dist/sim/ppc/
gen-icache.c
126
&& ((bits->opcode->
is_boolean
&& bits->value == 0)
127
|| (!bits->opcode->
is_boolean
))) {
136
if (bits->opcode->
is_boolean
)
150
&& ((bits->opcode->
is_boolean
153
|| (!bits->opcode->
is_boolean
))) {
158
if (bits->opcode->
is_boolean
)
ld-insn.h
93
int
is_boolean
;
member in struct:_opcode_field
igen.c
62
if (bits->opcode->
is_boolean
&& bits->value == 0)
64
else if (!bits->opcode->
is_boolean
) {
ld-insn.c
470
entry_nr < (table->opcode->
is_boolean
475
|| (!table->opcode->
is_boolean
482
|| table->opcode->
is_boolean
));
664
curr_opcode->
is_boolean
= 1;
736
int last_val = (table->opcode->
is_boolean
875
dumpf(indent, "(
is_boolean
%d)\n", field->
is_boolean
);
gen-idecode.c
176
else if (entry->opcode->
is_boolean
) {
329
if (table->opcode->
is_boolean
378
if (entry->parent->opcode->
is_boolean
383
else if (entry->parent->opcode->
is_boolean
434
if (entry->parent->opcode->
is_boolean
473
if (table->opcode->
is_boolean
) {
/src/external/gpl3/gdb.old/dist/sim/igen/
gen-icache.c
186
&& ((bits->opcode->
is_boolean
&& bits->value == 0)
187
|| (!bits->opcode->
is_boolean
)))
200
if (bits->opcode->
is_boolean
)
223
&& ((bits->opcode->
is_boolean
227
|| (!bits->opcode->
is_boolean
)))
234
if (bits->opcode->
is_boolean
)
gen.h
31
int
is_boolean
;
member in struct:_opcode_field
gen-idecode.c
217
else if (entry->opcode->
is_boolean
)
334
if (table->opcode->
is_boolean
396
if (entry->parent->opcode->
is_boolean
&& entry->opcode_nr == 0)
401
else if (entry->parent->opcode->
is_boolean
&& entry->opcode_nr != 0)
484
if (entry->parent->opcode->
is_boolean
524
if (table->opcode->
is_boolean
)
gen.c
786
curr_opcode.
is_boolean
= 1;
901
int last_val = (table->opcode->
is_boolean
? 2 : (1 << width));
1404
if (!table->opcode->
is_boolean
)
1525
lf_printf (file, "\n(
is_boolean
%d)", field->
is_boolean
);
igen.c
186
if (bits->opcode->
is_boolean
&& bits->value == 0)
188
else if (!bits->opcode->
is_boolean
)
/src/external/gpl3/gdb.old/dist/sim/ppc/
gen-icache.c
126
&& ((bits->opcode->
is_boolean
&& bits->value == 0)
127
|| (!bits->opcode->
is_boolean
))) {
136
if (bits->opcode->
is_boolean
)
150
&& ((bits->opcode->
is_boolean
153
|| (!bits->opcode->
is_boolean
))) {
158
if (bits->opcode->
is_boolean
)
ld-insn.h
93
int
is_boolean
;
member in struct:_opcode_field
igen.c
62
if (bits->opcode->
is_boolean
&& bits->value == 0)
64
else if (!bits->opcode->
is_boolean
) {
ld-insn.c
470
entry_nr < (table->opcode->
is_boolean
475
|| (!table->opcode->
is_boolean
482
|| table->opcode->
is_boolean
));
664
curr_opcode->
is_boolean
= 1;
736
int last_val = (table->opcode->
is_boolean
875
dumpf(indent, "(
is_boolean
%d)\n", field->
is_boolean
);
gen-idecode.c
176
else if (entry->opcode->
is_boolean
) {
329
if (table->opcode->
is_boolean
378
if (entry->parent->opcode->
is_boolean
383
else if (entry->parent->opcode->
is_boolean
434
if (entry->parent->opcode->
is_boolean
473
if (table->opcode->
is_boolean
) {
/src/external/gpl3/gdb/dist/sim/igen/
gen-icache.c
186
&& ((bits->opcode->
is_boolean
&& bits->value == 0)
187
|| (!bits->opcode->
is_boolean
)))
200
if (bits->opcode->
is_boolean
)
223
&& ((bits->opcode->
is_boolean
227
|| (!bits->opcode->
is_boolean
)))
234
if (bits->opcode->
is_boolean
)
gen.h
31
int
is_boolean
;
member in struct:_opcode_field
gen-idecode.c
217
else if (entry->opcode->
is_boolean
)
334
if (table->opcode->
is_boolean
396
if (entry->parent->opcode->
is_boolean
&& entry->opcode_nr == 0)
401
else if (entry->parent->opcode->
is_boolean
&& entry->opcode_nr != 0)
484
if (entry->parent->opcode->
is_boolean
524
if (table->opcode->
is_boolean
)
gen.c
786
curr_opcode.
is_boolean
= 1;
901
int last_val = (table->opcode->
is_boolean
? 2 : (1 << width));
1404
if (!table->opcode->
is_boolean
)
1525
lf_printf (file, "\n(
is_boolean
%d)", field->
is_boolean
);
igen.c
186
if (bits->opcode->
is_boolean
&& bits->value == 0)
188
else if (!bits->opcode->
is_boolean
)
/src/external/bsd/kyua-cli/dist/utils/config/
nodes.cpp
333
if (state.
is_boolean
(value_index))
nodes_test.cpp
126
ATF_REQUIRE(state.
is_boolean
(-1));
Completed in 32 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026