Home
last modified time | relevance | path

Searched defs:fetch_sub (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/atomics/atomics.ref/
H A Dfetch_sub.pass.cpp80 auto fetch_sub = [](std::atomic_ref<T> const& x, T old_val, T new_val) { operator ()() local
[all...]
/llvm-project/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/
H A Dfetch_sub.pass.cpp98 auto fetch_sub = [](MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) { x.fetch_sub(old_value - new_val); }; test_impl() local
[all...]