Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DFunctionExtrasTest.cpp26 unique_function<int(int, int)> Sum3 = [](int A, int B) { return A + B; }; in TEST() local
27 Sum2 = std::move(Sum3); in TEST()