Home
last modified time | relevance | path

Searched refs:pointer_to_unary_function (Results 1 – 19 of 19) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dpointer_to_unary_function.h25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function
30 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) in pointer_to_unary_function() function
38 pointer_to_unary_function<_Arg,_Result>
40 {return pointer_to_unary_function<_Arg,_Result>(__f);} in ptr_fun()
/external/clang/include/clang/Analysis/
DCallGraph.h176 typedef std::pointer_to_unary_function<CallRecordTy,
206 typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun;
231 typedef std::pointer_to_unary_function<PairTy, clang::CallGraphNode&> DerefFun;
/external/llvm/include/llvm/Analysis/
DCallGraph.h415 typedef std::pointer_to_unary_function<CGNPairTy, CallGraphNode *>
436 typedef std::pointer_to_unary_function<CGNPairTy, const CallGraphNode *>
461 typedef std::pointer_to_unary_function<const PairTy &, CallGraphNode &>
484 typedef std::pointer_to_unary_function<const PairTy &, const CallGraphNode &>
/external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
Dpointer_to_unary_function.cxx1z.fail.cpp24 typedef std::pointer_to_unary_function<int, double> F; in main()
Dpointer_to_unary_function.pass.cpp23 typedef std::pointer_to_unary_function<int, double> F; in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
Dpointer_to_unary_function.cxx1z.compile.fail.cpp25 typedef std::pointer_to_unary_function<int, double> F; in main()
Dpointer_to_unary_function.pass.cpp26 typedef std::pointer_to_unary_function<int, double> F; in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/depr/depr.function.objects/
Dadaptors.depr_in_cxx11.verify.cpp29 …typedef std::pointer_to_unary_function<int, int> PUF; // expected-warning {{'pointer_to_unary_func… in f()
Ddepr.adaptors.cxx1z.pass.cpp37 typedef std::pointer_to_unary_function<int, int> PUF; in main()
/external/libcxx/test/libcxx/depr/depr.function.objects/
Ddepr.adaptors.cxx1z.pass.cpp36 typedef std::pointer_to_unary_function<int, int> PUF; in main()
Dadaptors.depr_in_cxx11.fail.cpp37 …typedef std::pointer_to_unary_function<int, int> PUF; // expected-error{{'pointer_to_unary_functio… in main()
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dfunctional280 class pointer_to_unary_function : public unary_function<Arg, Result>
283 explicit pointer_to_unary_function(Result (*f)(Arg));
288 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C+…
539 #include <__functional/pointer_to_unary_function.h>
DCMakeLists.txt381 __functional/pointer_to_unary_function.h
Dmodule.modulemap.in978 … module pointer_to_unary_function { private header "__functional/pointer_to_unary_function.h" }
/external/libcxx/include/
Dfunctional279 class pointer_to_unary_function : public unary_function<Arg, Result>
282 explicit pointer_to_unary_function(Result (*f)(Arg));
287 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, remov…
1085 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function
1090 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg))
1098 pointer_to_unary_function<_Arg,_Result>
1100 {return pointer_to_unary_function<_Arg,_Result>(__f);}
/external/cronet/buildtools/third_party/libc++/trunk/docs/
DUsingLibcxx.rst294 `pointer_to_unary_function`, `pointer_to_binary_function`, `mem_fun_t`,
/external/skia/toolchain/linux_trampolines/
DIWYU_mapping.imp97 { include: ["<__functional/pointer_to_unary_function.h>", "private", "<functional>", "public"] },
/external/llvm/include/llvm/IR/
DInstructions.h4029 typedef std::pointer_to_unary_function<Value *, BasicBlock *> DerefFnTy;
4034 typedef std::pointer_to_unary_function<const Value *, const BasicBlock *>
/external/cronet/buildtools/third_party/libc++/trunk/utils/data/
Dignore_format.txt396 libcxx/include/__functional/pointer_to_unary_function.h