Searched defs:_C_LABEL (Results 1 – 5 of 5) sorted by relevance
42 # define _C_LABEL(x) x macro45 # define _C_LABEL(x) _ ## x macro47 # define _C_LABEL(x) _/**/x macro
34 #define _C_LABEL(x) __CONCAT(_,x) macro37 #define _C_LABEL(x) x macro
72 #define _C_LABEL(name) name macro
59 #define _C_LABEL(x) x /* XXX Obsolete but keep for a while */ macro