Home
last modified time | relevance | path

Searched refs:InvokeStdFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_functional.cpp147 void InvokeStdFunction(std::function<void()> &&function) { function(); } in InvokeStdFunction() function
168 auto Func = [&]() { InvokeStdFunction(LargeLambda); }; in TEST()