Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSTLExtras.h121 Ret (*callback)(intptr_t callable, Params ...params) = nullptr;
122 intptr_t callable;
125 static Ret callback_fn(intptr_t callable, Params ...params) {
126 return (*reinterpret_cast<Callable*>(callable))(
135 function_ref(Callable &&callable,
140 callable(reinterpret_cast<intptr_t>(&callable)) {}
143 return callback(callable, std::forward<Params>(params)...);
/freebsd-12.1/share/examples/drivers/
H A DREADME38 fully callable (once you get your device to probe).
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp848 PythonCallable::PythonCallable(const PythonCallable &callable) in PythonCallable() argument
849 : PythonObject(callable) {} in PythonCallable()
/freebsd-12.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-12.1/contrib/openmp/runtime/src/
H A Ddllexports573 # for user-callable uppercase Fortran entries.
/freebsd-12.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-12.1/contrib/libstdc++/include/tr1/
H A Dfunctional815 // Converts a reference to a function object into a callable
/freebsd-12.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-12.1/contrib/flex/
H A DONEWS1088 - unput() and yyrestart() are now globally callable.
H A DChangeLog7513 yyleng is an int. unput() callable in section 3. yymore hacks.
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A DChangeLog1047 (__mf_report_leaks): Make callable
/freebsd-12.1/contrib/libc++/include/
H A D__tree1453 // breaks existing code which uses non-const callable comparators.
/freebsd-12.1/contrib/binutils/opcodes/
H A DChangeLog-9297964 the instruction printing function to be callable recursively
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi2105 callable with the @code{bl} instruction.
2109 and are callable with the @code{bl} instruction.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20068622 (check_reg_live): Change signature. Make callable from debugger.
H A DChangeLog-19985735 (alpha_emit_set_long_const): Rewrite to be callable from reload
/freebsd-12.1/share/dict/
H A Dweb228973 callable