Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DMappedIteratorTest.cpp40 struct Plus1FunctionPtr { struct
41 static int plus1(int X) { return X + 1; } in plus1()
43 using FuncT = int (*)(int);
45 FuncT operator()() const { return plus1; } in operator ()()