Home
last modified time | relevance | path

Searched refs:empty_base (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/stdlib/
H A Ddmalloc.c247 slab_t empty_base; member
509 zinfo->empty_base = slab->next; in _nmalloc_thr_destructor()
1145 stmp = zinfo->empty_base; in memfree()
1148 zinfo->empty_base = slab; in memfree()
1158 zinfo->empty_base = slab; in memfree()
1193 zinfo->empty_base = slab; in memfree()
1196 slab = zinfo->empty_base; in memfree()
1605 slab->next = zinfo->empty_base; in slabterm()
1606 zinfo->empty_base = slab; in slabterm()
1619 slab = zinfo->empty_base; in slabterm()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dconstexpr.c3086 cxx_fold_indirect_ref (location_t loc, tree type, tree op0, bool *empty_base) in cxx_fold_indirect_ref() argument
3155 *empty_base = true; in cxx_fold_indirect_ref()
3246 *empty_base = true; in cxx_fold_indirect_ref()
3293 bool empty_base = false; in cxx_eval_indirect_ref() local
3308 &empty_base); in cxx_eval_indirect_ref()
3328 &empty_base); in cxx_eval_indirect_ref()
3363 if (empty_base && !lval) in cxx_eval_indirect_ref()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c7268 cxx_fold_indirect_ref (location_t loc, tree type, tree op0, bool *empty_base) in cxx_fold_indirect_ref() argument
7327 *empty_base = true; in cxx_fold_indirect_ref()
7446 bool empty_base = false; in cxx_eval_indirect_ref() local
7454 &empty_base); in cxx_eval_indirect_ref()
7482 if (empty_base) in cxx_eval_indirect_ref()