Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DFunctionExtrasTest.cpp107 struct SmallCallable { in TEST() struct
108 std::unique_ptr<int> A{new int(1)}; in TEST()
110 int operator()(int B) { return *A + B; } in TEST()