Home
last modified time | relevance | path

Searched defs:is_empty (Results 1 – 25 of 92) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-map-traits.h73 simple_hashmap_traits <H, Value>::is_empty (const T &entry) in is_empty() function
135 unbounded_hashmap_traits <Value>::is_empty (const T &entry) in is_empty() function
H A Dhash-traits.h147 int_hash <Type, Empty, Deleted>::is_empty (Type x) in is_empty() function
212 pointer_hash <Type>::is_empty (Type *e) in is_empty() function
396 pair_hash <T1, T2>::is_empty (const value_type &x) in is_empty() function
H A Dtree-hasher.h42 static bool is_empty (const value_type &v) { return v.to == NULL; } in is_empty() function
H A Dgimple-predicate-analysis.h88 bool is_empty () const in is_empty() function
H A Dhash-set.h102 bool is_empty () const { return m_table.is_empty (); } in is_empty() function
H A Dhash-set-tests.cc214 static bool is_empty (const value_type &v) in is_empty() function
H A Dhash-table.h415 bool is_empty () const { return elements () == 0; } in is_empty() function
539 static bool is_empty (value_type &v) in is_empty() function
H A Dhash-map.h71 static bool is_empty (const hash_entry &e) { return Traits::is_empty (e); } in class() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-traits.h73 simple_hashmap_traits <H, Value>::is_empty (const T &entry) in is_empty() function
135 unbounded_hashmap_traits <Value>::is_empty (const T &entry) in is_empty() function
H A Dhash-traits.h135 int_hash <Type, Empty, Deleted>::is_empty (Type x) in is_empty() function
200 pointer_hash <Type>::is_empty (Type *e) in is_empty() function
379 pair_hash <T1, T2>::is_empty (const value_type &x) in is_empty() function
H A Dtree-hasher.h42 static bool is_empty (const value_type &v) { return v.to == NULL; } in is_empty() function
H A Dhash-set-tests.c214 static bool is_empty (const value_type &v) in is_empty() function
H A Dhash-set.h102 bool is_empty () const { return m_table.is_empty (); } in is_empty() function
H A Dhash-table.h415 bool is_empty () const { return elements () == 0; } in is_empty() function
539 static bool is_empty (value_type &v) in is_empty() function
H A Dhash-map.h71 static bool is_empty (const hash_entry &e) { return Traits::is_empty (e); } in class() function
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dsymbol.h78 inline int symbol::is_empty() const in is_empty() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dtype_traits.d37 struct is_empty(T) in is_empty() function
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcheck-MAINTAINERS.py62 def is_empty(line): function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h453 static inline bool is_empty (const T &entry) in is_empty() function
523 static inline bool is_empty (const T &entry) in is_empty() function
590 static inline bool is_empty (const T &entry) in is_empty() function
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h517 static inline bool is_empty (const T &entry) in is_empty() function
587 static inline bool is_empty (const T &entry) in is_empty() function
654 static inline bool is_empty (const T &entry) in is_empty() function
H A Dsvalue.h219 bool is_empty () const { return m_type == reinterpret_cast<tree> (2); } in is_empty() function
H A Dstore.h392 bool is_empty () const { return m_bit_range.m_start_bit_offset == -2; } in is_empty() function
H A Dregion.h290 bool is_empty () const { return m_fun == NULL; } in is_empty() function
/netbsd-src/external/mit/isl/dist/
H A Disl_test_python.py254 def is_empty(s): function
H A Disl_pw_union_opt.c185 isl_bool is_subset, is_empty; in FN() local

1234