Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h172 Ret (*callback)(intptr_t callable, Params ...params) = nullptr;
173 intptr_t callable;
176 static Ret callback_fn(intptr_t callable, Params ...params) {
177 return (*reinterpret_cast<Callable*>(callable))(
187 Callable &&callable,
197 callable(reinterpret_cast<intptr_t>(&callable)) {}
200 return callback(callable, std::forward<Params>(params)...);
/freebsd-13.1/share/examples/drivers/
H A DREADME38 fully callable (once you get your device to probe).
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dconcepts104 // [concepts.callable], callable concepts
H A D__tree1434 // breaks existing code which uses non-const callable comparators.
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig275 def callable(function):
283 return callable
H A Dpython-typemaps.swig362 PyErr_SetString(PyExc_TypeError, "Need a callable object or None!");
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h.pump736 // (0-based) argument, which must be a k-ary callable, of the mock
750 // 2. If the callable takes an argument by reference but ByRef() is
759 // to the callable. This makes it easy for a user to define an
H A Dgmock-matchers.h2644 ResultOfMatcher(Callable callable, InnerMatcher matcher)
2645 : callable_(internal::move(callable)), matcher_(internal::move(matcher)) {
2668 Impl(const CallableStorageType& callable, const M& matcher)
2669 : callable_(callable), matcher_(MatcherCast<ResultType>(matcher)) {}
4577 Callable callable, InnerMatcher matcher) {
4579 internal::move(callable), internal::move(matcher));
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Ddllexports580 # for user-callable uppercase Fortran entries.
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1537 if not callable(func):
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCookBook.md1903 (in other words, a "callable") as an argument, e.g.
1912 and you may want to invoke this callable argument:
1950 What if the callable takes an argument by reference? No problem - just
1968 // will be passed to the callable.
1971 What if the callable takes an argument by reference and we do **not**
1974 a reference to the original value, to the callable. This is especially
2329 remember that you can always use a lambda or a callable object, which can do
/freebsd-13.1/contrib/mandoc/
H A DTODO495 - warn about attempts to call non-callable macros
H A DNEWS665 * Warn about attempts to call non-callable macros.
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp6645 struct callable { struct
6647 virtual callable* clone() const = 0;
6648 virtual ~callable() = default;
6651 struct model : public callable {
6703 std::unique_ptr<callable> f;
/freebsd-13.1/contrib/flex/
H A DONEWS1088 - unput() and yyrestart() are now globally callable.
H A DChangeLog10285 yyleng is an int. unput() callable in section 3. yymore hacks.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td5379 The callback callee is required to be callable with the number, and order, of
/freebsd-13.1/share/dict/
H A Dweb228973 callable