Home
last modified time | relevance | path

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

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