Searched refs:DELETED (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/usr.bin/m4/lib/
H A Dohash_enum.c33 if (h->t[*pos].p != DELETED && h->t[*pos].p != NULL)
H A Dohash_int.h18 #define DELETED ((const char *)h) macro
H A Dohash_do.c48 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
73 if (result == NULL || result == DELETED)
79 h->t[i].p = DELETED;
89 if (h->t[i].p == DELETED)
101 if (h->t[i].p == DELETED) {
H A Dohash_lookup_interval.c39 if (h->t[i].p == DELETED) {
49 h->t[i].p = DELETED;
H A Dohash_lookup_memory.c38 if (h->t[i].p == DELETED) {
46 h->t[i].p = DELETED;
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_ohash.c41 #define DELETED ((const char *)h) macro
109 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
133 if (result == NULL || result == DELETED)
139 h->t[i].p = DELETED;
149 if (h->t[i].p == DELETED)
161 if (h->t[i].p == DELETED) {
190 if (h->t[*pos].p != DELETED && h->t[*pos].p != NULL)
249 if (h->t[i].p == DELETED) {
259 h->t[i].p = DELETED;
296 if (h->t[i].p == DELETED) {
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dsymtab.c37 #define DELETED ((hashnode) -1) macro
117 if (node == DELETED)
136 if (node == DELETED)
194 if (*p && *p != DELETED)
231 if (*p && *p != DELETED)
249 if (*p && *p != DELETED)
252 *p = DELETED;
292 if (*p == DELETED)
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dsymtab.cc37 #define DELETED ((hashnode) -1) macro
117 if (node == DELETED)
136 if (node == DELETED)
194 if (*p && *p != DELETED)
231 if (*p && *p != DELETED)
249 if (*p && *p != DELETED)
252 *p = DELETED;
292 if (*p == DELETED)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhash-map-tests.cc115 const int DELETED = -2; local
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
346 const int DELETED = -2; local
347 typedef hash_map<int_hash<int, EMPTY, DELETED>, val_t> Map;
H A Dordered-hash-map-tests.cc115 const int DELETED = -2; local
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
H A Dtree-diagnostic-path.cc313 const int DELETED = -2; local
314 typedef int_hash <int, EMPTY, DELETED> vbar_hash;
429 gcc_assert (range->m_stack_depth != DELETED);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-tests.c115 const int DELETED = -2; local
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
H A Dordered-hash-map-tests.cc115 const int DELETED = -2; local
116 typedef int_hash <int, EMPTY, DELETED> int_hash_t;
H A Dtree-diagnostic-path.cc316 const int DELETED = -2; local
317 typedef int_hash <int, EMPTY, DELETED> vbar_hash;
434 gcc_assert (range->m_stack_depth != DELETED);
/netbsd-current/sys/dev/marvell/
H A Dmvxpsecvar.h242 #define DELETED (1 << 11) macro
H A Dmvxpsec.c1515 mv_s->sflags |= DELETED;
1527 if (mv_s->sflags & DELETED) {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-v3-abi.c1284 DELETED, enumerator in enum:definition_style
1294 return DELETED;
1518 bool cctor_explicitly_deleted = (cctor_def == DELETED);
1523 if (dtor_def == DELETED)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-v3-abi.c1274 DELETED, enumerator in enum:definition_style
1284 return DELETED;
1508 bool cctor_explicitly_deleted = (cctor_def == DELETED);
1513 if (dtor_def == DELETED)

Completed in 412 milliseconds