Home | History | Annotate | Download | only in libiberty

Lines Matching defs:bound_lifetime_depth

83   uint64_t bound_lifetime_depth;
613 depth = rdm->bound_lifetime_depth - lt;
661 rdm->bound_lifetime_depth++;
955 old_bound_lifetime_depth = rdm->bound_lifetime_depth;
1017 /* Restore `bound_lifetime_depth` to outside the binder. */
1019 rdm->bound_lifetime_depth = old_bound_lifetime_depth;
1024 old_bound_lifetime_depth = rdm->bound_lifetime_depth;
1034 /* Restore `bound_lifetime_depth` to outside the binder. */
1035 rdm->bound_lifetime_depth = old_bound_lifetime_depth;
1387 rdm.bound_lifetime_depth = 0;