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

  /external/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/
bind1st.pass.cpp 14 // bind1st(const Fn& fn, const T& x);
23 assert(std::bind1st(test_func(1), 5)(10.) == -5.);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/
bind1st.pass.cpp 14 // bind1st(const Fn& fn, const T& x);
23 assert(std::bind1st(test_func(1), 5)(10.) == -5.);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.lib.binders/depr.lib.bind.1st/
bind1st.pass.cpp 14 // bind1st(const Fn& fn, const T& x);
23 assert(std::bind1st(test_func(1), 5)(10.) == -5.);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_function.h 217 bind1st(const _Operation& __fn, const _Tp& __x) { function
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_function.h 217 bind1st(const _Operation& __fn, const _Tp& __x) { function
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_function.h 217 bind1st(const _Operation& __fn, const _Tp& __x) { function
  /external/clang/lib/Sema/
Sema.cpp 708 std::bind1st(std::ptr_fun(ShouldRemoveFromUnused), this)),
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 285 std::bind1st(std::mem_fun(&AMDGPUPeepholeOpt::instLevelOptimizations),
    [all...]

Completed in 2065 milliseconds