Searched refs:typecheck (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_selftest.h | 94 typecheck(struct drm_i915_private *, data); \ 101 typecheck(struct intel_gt *, data); \
|
| H A D | i915_utils.h | 197 typecheck(u64, x); \
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/ |
| H A D | intel_ring.h | 63 typecheck(typeof(ring->size), next); in intel_ring_direction() 64 typecheck(typeof(ring->size), prev); in intel_ring_direction()
|
| /openbsd-src/sys/dev/pci/drm/include/linux/ |
| H A D | typecheck.h | 6 #define typecheck(x, y) 1 macro
|
| /openbsd-src/sys/dev/pci/drm/i915/gem/ |
| H A D | i915_gem_busy.c | 92 BUILD_BUG_ON(!typecheck(u16, rq->engine->uabi_class)); in __busy_set_if_active()
|
| H A D | i915_gem_execbuffer.c | 1982 BUILD_BUG_ON(!typecheck(int, _i)); \
|
| /openbsd-src/gnu/llvm/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 35 %typemap(typecheck) char ** { 318 %typemap(typecheck) (uint32_t *versions, uint32_t num_versions) { 370 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) { 427 %typecheck(SWIG_TYPECHECK_POINTER) lldb::FileSP {
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 225 %typecheck(SWIG_TYPECHECK_STRING_ARRAY) char ** { 242 %typecheck(SWIG_TYPECHECK_POINTER) lldb::FileSP {
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.2 | 11835 * c-typecheck.c (convert_arguments): Ditto.
|