| /src/games/rogue/ |
| room.c | 65 boolean is_bool; member in struct:option 568 if (options[i].is_bool) { 576 if (options[i].is_bool) { 630 if (opt->is_bool) {
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-recording.h | 576 virtual bool is_bool () const = 0; 592 return is_int () || is_float () || is_bool (); 650 bool is_bool () const final override; 685 bool is_bool () const final override { return false; } 714 bool is_bool () const final override { return m_other_type->is_bool (); } 892 bool is_bool () const final override { return false; } 927 bool is_bool () const final override { return false; } 1041 bool is_bool () const final override { return false; }
|
| libgccjit.cc | 585 gcc::jit::recording::type::is_bool method, in 593 return type->is_bool (); 834 RETURN_NULL_IF_FAIL_PRINTF2 (type->is_int () || type->is_bool (), 2418 bool src_is_bool = src_type->is_bool (); 2419 bool dst_is_bool = dst_type->is_bool (); 2927 is_bool (gcc_jit_rvalue *boolval) function 2954 is_bool (boolval), ctxt, loc,
|
| jit-recording.cc | 2664 /* Implementation of pure virtual hook recording::type::is_bool for 2668 recording::memento_of_get_type::is_bool () const function in class:gcc::jit::recording::memento_of_get_type
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-recording.h | 562 virtual bool is_bool () const = 0; 576 return is_int () || is_float () || is_bool (); 634 bool is_bool () const FINAL OVERRIDE; 669 bool is_bool () const FINAL OVERRIDE { return false; } 698 bool is_bool () const FINAL OVERRIDE { return m_other_type->is_bool (); } 830 bool is_bool () const FINAL OVERRIDE { return false; } 865 bool is_bool () const FINAL OVERRIDE { return false; } 979 bool is_bool () const FINAL OVERRIDE { return false; }
|
| libgccjit.cc | 570 gcc::jit::recording::type::is_bool method, in 578 return type->is_bool (); 819 RETURN_NULL_IF_FAIL_PRINTF2 (type->is_int () || type->is_bool (), 2385 bool src_is_bool = src_type->is_bool (); 2386 bool dst_is_bool = dst_type->is_bool (); 2894 is_bool (gcc_jit_rvalue *boolval) function 2921 is_bool (boolval), ctxt, loc,
|
| jit-recording.cc | 2638 /* Implementation of pure virtual hook recording::type::is_bool for 2642 recording::memento_of_get_type::is_bool () const function in class:gcc::jit::recording::memento_of_get_type
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-reassoc.cc | 2530 bool is_bool, strict_overflow_p; local 2550 is_bool = false; 2552 is_bool = true; 2556 is_bool = true; 2561 is_bool = true; 2618 if (is_bool) 2628 is_bool = true; 2633 is_bool = true; 2641 is_bool = true; 2644 if (!is_bool) [all...] |
| builtins.cc | 5802 intrinsics. EXP is the CALL_EXPR. IS_BOOL is 5804 results; this is NOT optional if IS_BOOL is true. */ 5808 bool is_bool, rtx target) 5821 if (is_bool)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-reassoc.cc | 2544 bool is_bool, strict_overflow_p; local 2564 is_bool = false; 2566 is_bool = true; 2570 is_bool = true; 2575 is_bool = true; 2633 if (is_bool) 2643 is_bool = true; 2648 is_bool = true; 2656 is_bool = true; 2659 if (!is_bool) [all...] |
| builtins.cc | 6545 intrinsics. EXP is the CALL_EXPR. IS_BOOL is 6547 results; this is NOT optional if IS_BOOL is true. */ 6551 bool is_bool, rtx target) 6564 if (is_bool)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
| printers.py | 536 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 541 self.is_bool) 547 if self.is_bool:
|