Home
last modified time | relevance | path

Searched refs:__same_type (Results 1 – 10 of 10) sorted by relevance

/linux/scripts/include/
H A Dlist.h10 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro
21 _Static_assert(__same_type(*(ptr), ((type *)0)->member) || \
22 __same_type(*(ptr), void), \
/linux/include/linux/
H A Dcache_coherency.h53 static_assert(__same_type(struct cache_coherency_ops_inst, \
H A Doverflow.h319 __same_type(n, T))
/linux/tools/include/linux/
H A Dcompiler-gcc.h26 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))
/linux/include/cxl/
H A Dcxl.h220 static_assert(__same_type(struct cxl_dev_state, \
/linux/drivers/scsi/ibmvscsi_tgt/
H A Dlibsrp.c386 BUILD_BUG_ON(!__same_type(srp_cmd->add_data[0], (s8)0) in srp_get_desc_table()
387 && !__same_type(srp_cmd->add_data[0], (u8)0)); in srp_get_desc_table()
/linux/kernel/bpf/
H A Dfixups.c2087 BUILD_BUG_ON(!__same_type(ops->map_lookup_elem, in bpf_do_misc_fixups()
2089 BUILD_BUG_ON(!__same_type(ops->map_delete_elem, in bpf_do_misc_fixups()
2091 BUILD_BUG_ON(!__same_type(ops->map_update_elem, in bpf_do_misc_fixups()
2094 BUILD_BUG_ON(!__same_type(ops->map_push_elem, in bpf_do_misc_fixups()
2097 BUILD_BUG_ON(!__same_type(ops->map_pop_elem, in bpf_do_misc_fixups()
2099 BUILD_BUG_ON(!__same_type(ops->map_peek_elem, in bpf_do_misc_fixups()
2101 BUILD_BUG_ON(!__same_type(ops->map_redirect, in bpf_do_misc_fixups()
2103 BUILD_BUG_ON(!__same_type(ops->map_for_each_callback, in bpf_do_misc_fixups()
2108 BUILD_BUG_ON(!__same_type(ops->map_lookup_percpu_elem, in bpf_do_misc_fixups()
H A Dhashtab.c781 BUILD_BUG_ON(!__same_type(&__htab_map_lookup_elem, in htab_map_gen_lookup()
822 BUILD_BUG_ON(!__same_type(&__htab_map_lookup_elem, in htab_lru_map_gen_lookup()
2421 BUILD_BUG_ON(!__same_type(&__htab_map_lookup_elem, in htab_percpu_map_gen_lookup()
2710 BUILD_BUG_ON(!__same_type(&__htab_map_lookup_elem, in htab_of_map_gen_lookup()
3097 BUILD_BUG_ON(!__same_type(&rhtab_lookup_elem, in rhtab_map_gen_lookup()
/linux/security/landlock/
H A Dsyscalls.c336 BUILD_BUG_ON(!__same_type( in add_rule_path_beneath()
/linux/include/net/libeth/
H A Dxdp.h474 static_assert(__same_type(priv, u64)); \