Home
last modified time | relevance | path

Searched refs:functor (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dfunctional91 * functor is constructed from two functions/functors, @c f and @c g.
110 * functor to other algorithms.
170 /** As an extension, SGI provided a functor called @c identity. When a
171 * functor is required but no operations are desired, this can be used as a
219 /** The @c operator() of the @c project1st functor takes two arbitrary
288 * the appropriate functor type.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dfunctional94 * functor is constructed from two functions/functors, @c f and @c g.
113 * functor to other algorithms.
173 /** As an extension, SGI provided a functor called @c identity. When a
174 * functor is required but no operations are desired, this can be used as a
222 /** The @c operator() of the @c project1st functor takes two arbitrary
291 * the appropriate functor type.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h293 void ForEach(const Container& c, Functor functor) { in ForEach() argument
294 std::for_each(c.begin(), c.end(), functor); in ForEach()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfunctional36 : public unary_function<T1, R> // if wrapping a unary functor
37 : public binary_function<T1, T2, R> // if wraping a binary functor
1511 // __alloc_func holds a functor and an allocator.
1660 // __func implements __base for a given functor type.
1955 // Storage for a functor object, to be used with __policy to manage copy and
1973 // underlying functor. You can think of it as a vtable of sorts.
1986 // Returns a pointer to a static policy object suitable for the functor
2101 // copyable functor.
H A Dthread318 // This type is used to pass memory for thread local storage and a functor
H A D__hash_table885 "the specified hash functor does not provide a viable const call operator")
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d1249 to a user-defined functor $(D fun) that returns a new string
1369 to a user-defined functor $(D fun) that returns a new string
1411 the other one with a user defined functor.
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c1132 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NU… argument
1134 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj); argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-201124 way the _Equal functor is used depending on whether hash code is
28 _Equal functor management...
39 __unordered_multiset<>): Cache hash code iff hash functor is not
391 cache if the hash functor throws.
459 functor, true otherwise.
939 string type that has a costlier hash functor than int type.
4388 the functor has no arguments.
H A DChangeLog-20132433 (_Insert_base): Take a functor defining how the node is generated.
4440 builtin integral types unless the hash functor is not noexcept
H A DChangeLog-201584 * include/std/functional (_Bind::operator()): Use lvalue functor to
H A DChangeLog-20042802 instantiation of set and multiset (functor param given as int).
H A DChangeLog-20071970 * include/parallel/base.h: Added plus and multiplies functor
H A DChangeLog-20217519 (_All): ... this functor. Add appropriate constraints.
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst2456 …his applies to call to any function, method, lambda, function pointer or functor. Ref-countable ty…
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/
H A DChangeLog1419 formats, when using an upper case letter as formatting functor.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td246 // This functor is used to obtain the int vector type that has the same SEW and
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20114048 * decl2.c (build_offset_ref_call_from_tree): Fix calling a functor
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DChangeLog-08154397 (Global_symbol_visitor_opd): New functor.
8363 (True_if_intersect): New. Helper functor to make
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DChangeLog-08154397 (Global_symbol_visitor_opd): New functor.
8363 (True_if_intersect): New. Helper functor to make
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201333377 * tree-ssa-loop-im.c (struct first_mem_ref_loc_1): New functor.
35539 (rewrite_mem_ref_loc): New functor.
35541 (sm_set_flag_if_changed): New functor.
35543 (ref_always_accessed): New functor.
H A DChangeLog-2021324 (class ref_in_loop_hot_body): New functor.