HomeSort by: relevance | last modified time | path
    Searched defs:empty_p (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-string.h 80 bool empty_p () const { return m_elements.is_empty (); } function in class:ana::call_string
constraint-manager.h 137 bool empty_p () const { return m_ranges.length () == 0; } function in struct:ana::bounded_ranges
store.h 624 bool empty_p () const { return m_map.elements () == 0; } function in class:ana::binding_cluster
  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-string.h 77 bool empty_p () const { return m_elements.is_empty (); } function in class:ana::call_string
ranges.cc 133 if (empty_p ())
175 symbolic_byte_range::empty_p () const function in class:ana::symbolic_byte_range
186 gcc_assert (!empty_p ());
212 if (empty_p ())
214 if (other.empty_p ())
287 ASSERT_TRUE (concrete_empty.empty_p ());
316 ASSERT_TRUE (symbolic_empty.empty_p ());
constraint-manager.h 142 bool empty_p () const { return m_ranges.length () == 0; } function in struct:ana::bounded_ranges
store.h 242 bool empty_p () const function in struct:ana::bit_range
257 gcc_assert (!empty_p ());
318 bool empty_p () const function in struct:ana::byte_range
346 gcc_assert (!empty_p ());
669 bool empty_p () const { return m_map.elements () == 0; } function in class:ana::binding_cluster
region.cc 1122 region::empty_p () const function in class:ana::region
1671 if (empty_p ())
access-diagram.cc 519 access_range::empty_p () const function in class:ana::access_range
524 return concrete_bits.empty_p ();
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-cache.h 83 inline bool empty_p () const { return bitmap_empty_p (active_p); } function in class:ssa_lazy_cache
gimple-range-cache.cc 883 inline bool empty_p () { return m_update_head == -1; } function in class:update_list
923 if (empty_p ())
942 gcc_checking_assert (!empty_p ());
1284 while (!m_update->empty_p ())
1370 gcc_checking_assert (m_update->empty_p ());
1389 if (!m_update->empty_p ())
1514 gcc_checking_assert (m_update->empty_p ());
early-remat.cc 545 empty_p (bitmap b) function
586 if (!empty_p (*src))
609 if (empty_p (candidates))
687 if (!empty_p (info->rd_in))
692 if (!empty_p (info->rd_kill))
697 if (!empty_p (info->rd_gen))
702 if (!empty_p (info->rd_after_call))
707 if (!empty_p (info->rd_out))
715 if (!empty_p (info->available_in))
720 if (!empty_p (info->available_locally)
    [all...]
stor-layout.cc 2030 bool empty_p = TYPE_EMPTY_P (type);
2055 TYPE_EMPTY_P (variant) = empty_p;
2026 bool empty_p = TYPE_EMPTY_P (type); local
tree-ssa-structalias.cc 5845 bool empty_p = true; local
5930 empty_p = false;
5933 return !empty_p;
  /src/external/gpl3/gdb.old/dist/gdb/
location.c 56 probe_location_spec::empty_p () const function in class:probe_location_spec
96 linespec_location_spec::empty_p () const function in class:linespec_location_spec
139 address_location_spec::empty_p () const function in class:address_location_spec
182 explicit_location_spec::empty_p () const function in class:explicit_location_spec
831 if (!locspec->empty_p ())
  /src/external/gpl3/gdb/dist/gdb/
location.c 56 probe_location_spec::empty_p () const function in class:probe_location_spec
96 linespec_location_spec::empty_p () const function in class:linespec_location_spec
139 address_location_spec::empty_p () const function in class:address_location_spec
182 explicit_location_spec::empty_p () const function in class:explicit_location_spec
831 if (!locspec->empty_p ())
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-cache.cc 799 inline bool empty_p () { return m_update_head == -1; } function in class:update_list
839 if (empty_p ())
858 gcc_checking_assert (!empty_p ());
1157 while (!m_update->empty_p ())
1243 gcc_checking_assert (m_update->empty_p ());
1262 if (!m_update->empty_p ())
1302 gcc_checking_assert (m_update->empty_p ());
early-remat.cc 547 empty_p (bitmap b) function
588 if (!empty_p (*src))
611 if (empty_p (candidates))
689 if (!empty_p (info->rd_in))
694 if (!empty_p (info->rd_kill))
699 if (!empty_p (info->rd_gen))
704 if (!empty_p (info->rd_after_call))
709 if (!empty_p (info->rd_out))
717 if (!empty_p (info->available_in))
722 if (!empty_p (info->available_locally)
    [all...]
stor-layout.cc 1997 bool empty_p = TYPE_EMPTY_P (type);
2021 TYPE_EMPTY_P (variant) = empty_p;
1993 bool empty_p = TYPE_EMPTY_P (type); local
tree-ssa-structalias.cc 5819 bool empty_p = true; local
5904 empty_p = false;
5907 return !empty_p;
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vsetvl.cc 904 bool empty_p () const { return m_state == state_type::EMPTY; } function in class:vsetvl_info
1231 if (empty_p ())
1232 return other.empty_p ();
1259 else if (empty_p ())
1339 gcc_assert (!empty_p ());
1344 gcc_assert (!empty_p ());
1350 gcc_assert (!empty_p ());
1355 gcc_assert (!empty_p ());
1360 bool empty_p () const { return local_infos.is_empty () && !has_info (); } function in class:vsetvl_block_info
1361 bool has_info () const { return !global_info.empty_p (); }
    [all...]

Completed in 40 milliseconds