Searched refs:callable (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 172 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 D | README | 38 fully callable (once you get your device to probe).
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | concepts | 104 // [concepts.callable], callable concepts
|
| H A D | __tree | 1434 // breaks existing code which uses non-const callable comparators.
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 275 def callable(function): 283 return callable
|
| H A D | python-typemaps.swig | 362 PyErr_SetString(PyExc_TypeError, "Need a callable object or None!");
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-actions.h.pump | 736 // (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 D | gmock-matchers.h | 2644 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 D | dllexports | 580 # for user-callable uppercase Fortran entries.
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 1537 if not callable(func):
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | CookBook.md | 1903 (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 D | TODO | 495 - warn about attempts to call non-callable macros
|
| H A D | NEWS | 665 * Warn about attempts to call non-callable macros.
|
| /freebsd-13.1/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 6645 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 D | ONEWS | 1088 - unput() and yyrestart() are now globally callable.
|
| H A D | ChangeLog | 10285 yyleng is an int. unput() callable in section 3. yymore hacks.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 5379 The callback callee is required to be callable with the number, and order, of
|
| /freebsd-13.1/share/dict/ |
| H A D | web2 | 28973 callable
|