/netbsd-src/games/rogue/ |
H A D | room.c | 65 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 D | jit-recording.h | 532 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 D | libgccjit.c | 581 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 D | jit-recording.c | 2338 recording::memento_of_get_type::is_bool () const in is_bool() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.h | 562 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 D | libgccjit.cc | 578 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 D | ChangeLog.jit | 103 (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 D | ChangeLog | 273 (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 D | jit-recording.cc | 2642 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 D | tree-ssa-reassoc.cc | 2529 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 D | builtins.cc | 5806 bool is_bool, rtx target) in expand_builtin_compare_and_swap() argument 5819 if (is_bool) in expand_builtin_compare_and_swap()
|
H A D | FSFChangeLog.10 | 1208 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-reassoc.c | 2438 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 D | builtins.c | 6624 bool is_bool, rtx target) in expand_builtin_compare_and_swap() argument 6637 if (is_bool) in expand_builtin_compare_and_swap()
|
H A D | FSFChangeLog.10 | 1208 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
H A D | printers.py | 474 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 D | printers.py | 526 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 D | ChangeLog | 9639 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | ChangeLog | 9148 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | ChangeLog | 9229 * cplus-dem.c (demangle_template): Initialize is_bool. Correctly
|