HomeSort by relevance Sort by last modified time
    Searched refs:BadUnaryFunction (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_function_object.pass.cpp 29 struct BadUnaryFunction
36 // __invoke_of<BadUnaryFunction &, ...>.
44 // Check that BadUnaryFunction::operator()(S const &) is not
45 // instantiated when checking if BadUnaryFunction is a nested bind
47 auto b = std::bind(DummyUnaryFunction(), BadUnaryFunction());
49 auto b2 = std::bind<long>(DummyUnaryFunction(), BadUnaryFunction());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_function_object.pass.cpp 29 struct BadUnaryFunction
36 // __invoke_of<BadUnaryFunction &, ...>.
44 // Check that BadUnaryFunction::operator()(S const &) is not
45 // instantiated when checking if BadUnaryFunction is a nested bind
47 auto b = std::bind(DummyUnaryFunction(), BadUnaryFunction());
49 auto b2 = std::bind<long>(DummyUnaryFunction(), BadUnaryFunction());

Completed in 867 milliseconds