Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dcompiler.h73 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro
/linux/scripts/include/
H A Dlist.h10 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro
/linux/include/linux/
H A Dcompiler_types.h483 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro