Home
last modified time | relevance | path

Searched defs:__same_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/include/linux/
Dcompiler.h73 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro
/linux-6.12.1/scripts/include/
Dlist.h10 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro
/linux-6.12.1/include/linux/
Dcompiler_types.h458 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro