/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | functional | 91 * 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 D | functional | 94 * 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 D | gtest-internal-inl.h | 293 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 D | functional | 36 : 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 D | thread | 318 // This type is used to pass memory for thread local storage and a functor
|
H A D | __hash_table | 885 "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 D | package.d | 1249 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 D | netpgppython_wrap.c | 1132 #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 D | ChangeLog-2011 | 24 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 D | ChangeLog-2013 | 2433 (_Insert_base): Take a functor defining how the node is generated. 4440 builtin integral types unless the hash functor is not noexcept
|
H A D | ChangeLog-2015 | 84 * include/std/functional (_Bind::operator()): Use lvalue functor to
|
H A D | ChangeLog-2004 | 2802 instantiation of set and multiset (functor param given as int).
|
H A D | ChangeLog-2007 | 1970 * include/parallel/base.h: Added plus and multiplies functor
|
H A D | ChangeLog-2021 | 7519 (_All): ... this functor. Add appropriate constraints.
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/ |
H A D | checkers.rst | 2456 …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 D | ChangeLog | 1419 formats, when using an upper case letter as formatting functor.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoVPseudos.td | 246 // 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 D | ChangeLog-2011 | 4048 * decl2.c (build_offset_ref_call_from_tree): Fix calling a functor
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | ChangeLog-0815 | 4397 (Global_symbol_visitor_opd): New functor. 8363 (True_if_intersect): New. Helper functor to make
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | ChangeLog-0815 | 4397 (Global_symbol_visitor_opd): New functor. 8363 (True_if_intersect): New. Helper functor to make
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2013 | 33377 * 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 D | ChangeLog-2021 | 324 (class ref_in_loop_hot_body): New functor.
|