HomeSort by: relevance | last modified time | path
    Searched refs:is_bool (Results 1 - 7 of 7) sorted by relevancy

  /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.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.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:

Completed in 50 milliseconds