Searched refs:callable (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 121 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 D | README | 38 fully callable (once you get your device to probe).
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 848 PythonCallable::PythonCallable(const PythonCallable &callable) in PythonCallable() argument 849 : PythonObject(callable) {} in PythonCallable()
|
| /freebsd-12.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-12.1/contrib/openmp/runtime/src/ |
| H A D | dllexports | 573 # for user-callable uppercase Fortran entries.
|
| /freebsd-12.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-12.1/contrib/libstdc++/include/tr1/ |
| H A D | functional | 815 // Converts a reference to a function object into a callable
|
| /freebsd-12.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-12.1/contrib/flex/ |
| H A D | ONEWS | 1088 - unput() and yyrestart() are now globally callable.
|
| H A D | ChangeLog | 7513 yyleng is an int. unput() callable in section 3. yymore hacks.
|
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | ChangeLog | 1047 (__mf_report_leaks): Make callable
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | __tree | 1453 // breaks existing code which uses non-const callable comparators.
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ChangeLog-9297 | 964 the instruction printing function to be callable recursively
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | extend.texi | 2105 callable with the @code{bl} instruction. 2109 and are callable with the @code{bl} instruction.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2006 | 8622 (check_reg_live): Change signature. Make callable from debugger.
|
| H A D | ChangeLog-1998 | 5735 (alpha_emit_set_long_const): Rewrite to be callable from reload
|
| /freebsd-12.1/share/dict/ |
| H A D | web2 | 28973 callable
|