Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DMappedIteratorTest.cpp32 struct Plus1FunctionRef { struct
33 static int plus1(int X) { return X + 1; } in plus1()
35 using FuncT = int (&)(int);
37 FuncT operator()() const { return (FuncT)*plus1; } in operator ()()