Searched refs:typecheck (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | timer.h | 40 #define ddi_time_before(a, b) (typecheck(clock_t, a) && \ 41 typecheck(clock_t, b) && \ 47 #define ddi_time_before64(a, b) (typecheck(int64_t, a) && \ 48 typecheck(int64_t, b) && \
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | typecheck.h | 30 #define typecheck(type,x) \ macro
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 40 %typemap(typecheck) char ** { 62 %typecheck(SWIG_TYPECHECK_POINTER) lldb::ScriptObjectPtr { 399 %typemap(typecheck) (uint32_t *versions, uint32_t num_versions) { 450 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) { 474 %typemap(typecheck) (lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) { 491 %typemap(typecheck) (lldb::CommandOverrideCallback callback, void *baton) { 547 %typecheck(SWIG_TYPECHECK_POINTER) lldb::FileSP { 711 %typemap(typecheck) (lldb::SBPlatformLocateModuleCallback callback,
|
| /freebsd/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 225 %typecheck(SWIG_TYPECHECK_STRING_ARRAY) char ** { 242 %typecheck(SWIG_TYPECHECK_POINTER) lldb::FileSP {
|
| /freebsd/contrib/tzcode/ |
| H A D | Makefile | 1381 .PHONY: typecheck
|
| H A D | NEWS | 5460 when doing a "make typecheck"
|
| /freebsd/contrib/tzdata/ |
| H A D | Makefile | 1461 .PHONY: typecheck
|
| H A D | NEWS | 5595 when doing a "make typecheck"
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | core.h | 4131 for (typecheck(const void *, cursor), (cursor) = (conf)->data; \ 4137 for (typecheck(const u8 *, cursor), (cursor) = (conf)->data, \
|