Home | History | Annotate | Download | only in bits

Lines Matching defs:fetch_sub

208       { return fetch_sub(1); }
212 { return fetch_sub(1); }
224 { return fetch_sub(1) - 1; }
228 { return fetch_sub(1) - 1; }
240 { return fetch_sub(__i) - __i; }
244 { return fetch_sub(__i) - __i; }
402 fetch_sub(__int_type __i, memory_order __m = memory_order_seq_cst)
406 fetch_sub(__int_type __i,
487 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
491 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
503 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1) - 1); }
507 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1) - 1); }
519 { return reinterpret_cast<__return_pointer_type>(fetch_sub(__d) - __d); }
523 { return reinterpret_cast<__return_pointer_type>(fetch_sub(__d) - __d); }
636 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst)
643 fetch_sub(ptrdiff_t __d,