Searched refs:invocable_with_telemetry (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/test/support/ |
H A D | invocable_with_telemetry.h | 18 # error invocable_with_telemetry requires C++20 27 class invocable_with_telemetry { 29 …constexpr invocable_with_telemetry(F f, invocable_telemetry& telemetry) : f_(f), telemetry_(&telem… in invocable_with_telemetry() function 31 constexpr invocable_with_telemetry(invocable_with_telemetry&& other) in invocable_with_telemetry() function 38 constexpr invocable_with_telemetry(invocable_with_telemetry const& other) in invocable_with_telemetry() function 44 constexpr invocable_with_telemetry& operator=(invocable_with_telemetry&& other) 58 constexpr invocable_with_telemetry& operator=(invocable_with_telemetry const& other) 86 invocable_with_telemetry(F f, int& invocations, int& moves, int& copies) -> invocable_with_telemetr…
|
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.fold/ |
H A D | left_folds.pass.cpp | 83 auto f2 = invocable_with_telemetry(f, telemetry); in check_iterator() 99 auto f2 = invocable_with_telemetry(f, telemetry); in check_iterator() 119 auto f2 = invocable_with_telemetry(f, telemetry); in check_lvalue_range() 134 auto f2 = invocable_with_telemetry(f, telemetry); in check_lvalue_range() 154 auto f2 = invocable_with_telemetry(f, telemetry); in check_rvalue_range() 171 auto f2 = invocable_with_telemetry(f, telemetry); in check_rvalue_range()
|