/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hash-map-traits.h | 73 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 D | hash-traits.h | 147 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 D | tree-hasher.h | 42 static bool is_empty (const value_type &v) { return v.to == NULL; } in is_empty() function
|
H A D | gimple-predicate-analysis.h | 88 bool is_empty () const in is_empty() function
|
H A D | hash-set.h | 102 bool is_empty () const { return m_table.is_empty (); } in is_empty() function
|
H A D | hash-set-tests.cc | 214 static bool is_empty (const value_type &v) in is_empty() function
|
H A D | hash-table.h | 415 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 D | hash-map.h | 71 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 D | hash-map-traits.h | 73 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 D | hash-traits.h | 135 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 D | tree-hasher.h | 42 static bool is_empty (const value_type &v) { return v.to == NULL; } in is_empty() function
|
H A D | hash-set-tests.c | 214 static bool is_empty (const value_type &v) in is_empty() function
|
H A D | hash-set.h | 102 bool is_empty () const { return m_table.is_empty (); } in is_empty() function
|
H A D | hash-table.h | 415 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 D | hash-map.h | 71 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 D | symbol.h | 78 inline int symbol::is_empty() const in is_empty() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | type_traits.d | 37 struct is_empty(T) in is_empty() function
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | check-MAINTAINERS.py | 62 def is_empty(line): function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | exploded-graph.h | 453 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 D | exploded-graph.h | 517 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 D | svalue.h | 219 bool is_empty () const { return m_type == reinterpret_cast<tree> (2); } in is_empty() function
|
H A D | store.h | 392 bool is_empty () const { return m_bit_range.m_start_bit_offset == -2; } in is_empty() function
|
H A D | region.h | 290 bool is_empty () const { return m_fun == NULL; } in is_empty() function
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test_python.py | 254 def is_empty(s): function
|
H A D | isl_pw_union_opt.c | 185 isl_bool is_subset, is_empty; in FN() local
|