Lines Matching refs:Callable
748 template <class Callable>
750 Callable functor;
752 LambdaThisTest(const Callable &functor, int) : functor(functor) { in LambdaThisTest()
764 template <class Callable>
766 Callable functor;
768 LambdaTest1(const Callable &functor, int) : functor(functor) { in LambdaTest1()
779 template <class Callable>
781 Callable functor;
783 …LambdaTest2(const Callable &functor, int) : functor(functor) {} // expected-warning{{1 uninitializ… in LambdaTest2()
792 template <class Callable>
794 Callable functor;
796 LambdaTest2(const Callable &functor, int) : functor(functor) {} in LambdaTest2()
815 template <class Callable>
817 Callable functor;
819 …LambdaTest3(const Callable &functor, int) : functor(functor) {} // expected-warning{{2 uninitializ… in LambdaTest3()
838 template <class Callable>
840 Callable functor;
842 LambdaTest3(const Callable &functor, int) : functor(functor) {} in LambdaTest3()
854 template <class Callable>
856 Callable functor;
859 …MultipleLambdaCapturesTest1(const Callable &functor, int) : functor(functor) {} // expected-warnin… in MultipleLambdaCapturesTest1()
869 template <class Callable>
871 Callable functor;
874 …MultipleLambdaCapturesTest2(const Callable &functor, int) : functor(functor) {} // expected-warnin… in MultipleLambdaCapturesTest2()