Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
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()