Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_selftest.h94 typecheck(struct drm_i915_private *, data); \
101 typecheck(struct intel_gt *, data); \
H A Di915_utils.h197 typecheck(u64, x); \
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_ring.h63 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 Dtypecheck.h6 #define typecheck(x, y) 1 macro
/openbsd-src/sys/dev/pci/drm/i915/gem/
H A Di915_gem_busy.c92 BUILD_BUG_ON(!typecheck(u16, rq->engine->uabi_class)); in __busy_set_if_active()
H A Di915_gem_execbuffer.c1982 BUILD_BUG_ON(!typecheck(int, _i)); \
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-typemaps.swig35 %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 Dlua-typemaps.swig225 %typecheck(SWIG_TYPECHECK_STRING_ARRAY) char ** {
242 %typecheck(SWIG_TYPECHECK_POINTER) lldb::FileSP {
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.211835 * c-typecheck.c (convert_arguments): Ditto.