Home
last modified time | relevance | path

Searched refs:typecheck (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtimer.h40 #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 Dtypecheck.h30 #define typecheck(type,x) \ macro
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig40 %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 Dlua-typemaps.swig225 %typecheck(SWIG_TYPECHECK_STRING_ARRAY) char ** {
242 %typecheck(SWIG_TYPECHECK_POINTER) lldb::FileSP {
/freebsd/contrib/tzcode/
H A DMakefile1381 .PHONY: typecheck
H A DNEWS5460 when doing a "make typecheck"
/freebsd/contrib/tzdata/
H A DMakefile1461 .PHONY: typecheck
H A DNEWS5595 when doing a "make typecheck"
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h4131 for (typecheck(const void *, cursor), (cursor) = (conf)->data; \
4137 for (typecheck(const u8 *, cursor), (cursor) = (conf)->data, \