Home
last modified time | relevance | path

Searched refs:is_bool (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/games/rogue/
H A Droom.c65 boolean is_bool; member
568 if (options[i].is_bool) { in edit_opts()
576 if (options[i].is_bool) { in edit_opts()
630 if (opt->is_bool) { in opt_show()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h532 virtual bool is_bool () const = 0;
540 return is_int () || is_float () || is_bool (); in is_numeric()
587 bool is_bool () const FINAL OVERRIDE;
619 bool is_bool () const FINAL OVERRIDE { return false; } in is_bool() function
645 bool is_bool () const FINAL OVERRIDE { return m_other_type->is_bool (); } in is_bool() function
755 bool is_bool () const FINAL OVERRIDE { return false; } in is_bool() function
788 bool is_bool () const FINAL OVERRIDE { return false; } in is_bool() function
901 bool is_bool () const FINAL OVERRIDE { return false; } in is_bool() function
H A Dlibgccjit.c581 RETURN_NULL_IF_FAIL_PRINTF2 (type->is_int () || type->is_bool (), in gcc_jit_context_new_bitfield()
1624 bool src_is_bool = src_type->is_bool (); in is_valid_cast()
1625 bool dst_is_bool = dst_type->is_bool (); in is_valid_cast()
2034 is_bool (gcc_jit_rvalue *boolval) in is_bool() function
2061 is_bool (boolval), ctxt, loc, in gcc_jit_block_end_with_conditional()
H A Djit-recording.c2338 recording::memento_of_get_type::is_bool () const in is_bool() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h562 virtual bool is_bool () const = 0;
576 return is_int () || is_float () || is_bool (); in is_numeric()
634 bool is_bool () const FINAL OVERRIDE;
669 bool is_bool () const FINAL OVERRIDE { return false; } in is_bool() function
698 bool is_bool () const FINAL OVERRIDE { return m_other_type->is_bool (); } in is_bool() function
830 bool is_bool () const FINAL OVERRIDE { return false; } in is_bool() function
865 bool is_bool () const FINAL OVERRIDE { return false; } in is_bool() function
979 bool is_bool () const FINAL OVERRIDE { return false; } in is_bool() function
H A Dlibgccjit.cc578 return type->is_bool (); in gcc_jit_type_is_bool()
819 RETURN_NULL_IF_FAIL_PRINTF2 (type->is_int () || type->is_bool (), in gcc_jit_context_new_bitfield()
2385 bool src_is_bool = src_type->is_bool (); in is_valid_cast()
2386 bool dst_is_bool = dst_type->is_bool (); in is_valid_cast()
2894 is_bool (gcc_jit_rvalue *boolval) in is_bool() function
2921 is_bool (boolval), ctxt, loc, in gcc_jit_block_end_with_conditional()
H A DChangeLog.jit103 (is_bool): Add top-level descriptive comment.
660 (gcc::jit::recording::struct_::is_bool): Move to...
661 (gcc::jit::recording::compound_type::is_bool): ...here.
886 (gcc::jit::recording::memento_of_get_type::is_bool): New.
890 (gcc::jit::recording::type::is_bool): New.
894 (gcc::jit::recording::memento_of_get_type::is_bool): New.
898 (gcc::jit::recording::memento_of_get_pointer::is_bool): New.
902 (gcc::jit::recording::memento_of_get_const::is_bool): New.
906 (gcc::jit::recording::memento_of_get_volatile::is_bool): New.
910 (gcc::jit::recording::array_type::is_bool): New.
[all …]
H A DChangeLog273 (is_bool): Likewise.
1449 (memento_of_get_type::is_bool): Likewise.
1461 (memento_of_get_pointer::is_bool): Likewise.
1471 (memento_of_get_const::is_bool): Likewise.
1481 (memento_of_get_volatile::is_bool): Likewise.
1490 (array_type::is_bool): Likewise.
1501 (function_type::is_bool): Likewise.
1514 (compound_type::is_bool): Likewise.
3455 (gcc::jit::recording::memento_of_get_type::is_bool): Likewise.
H A Djit-recording.cc2642 recording::memento_of_get_type::is_bool () const in is_bool() function in gcc::jit::recording::memento_of_get_type
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.cc2529 bool is_bool, strict_overflow_p; in init_range_entry() local
2549 is_bool = false; in init_range_entry()
2551 is_bool = true; in init_range_entry()
2555 is_bool = true; in init_range_entry()
2560 is_bool = true; in init_range_entry()
2617 if (is_bool) in init_range_entry()
2627 is_bool = true; in init_range_entry()
2632 is_bool = true; in init_range_entry()
2640 is_bool = true; in init_range_entry()
2643 if (!is_bool) in init_range_entry()
[all …]
H A Dbuiltins.cc5806 bool is_bool, rtx target) in expand_builtin_compare_and_swap() argument
5819 if (is_bool) in expand_builtin_compare_and_swap()
H A DFSFChangeLog.101208 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-reassoc.c2438 bool is_bool, strict_overflow_p; in init_range_entry() local
2458 is_bool = false; in init_range_entry()
2460 is_bool = true; in init_range_entry()
2464 is_bool = true; in init_range_entry()
2469 is_bool = true; in init_range_entry()
2526 if (is_bool) in init_range_entry()
2536 is_bool = true; in init_range_entry()
2541 is_bool = true; in init_range_entry()
2549 is_bool = true; in init_range_entry()
2552 if (!is_bool) in init_range_entry()
[all …]
H A Dbuiltins.c6624 bool is_bool, rtx target) in expand_builtin_compare_and_swap() argument
6637 if (is_bool) in expand_builtin_compare_and_swap()
H A DFSFChangeLog.101208 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py474 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL
479 self.is_bool)
485 if self.is_bool:
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py526 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL
531 self.is_bool)
537 if self.is_bool:
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A DChangeLog9639 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A DChangeLog9148 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A DChangeLog9229 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly