Searched refs:__action__ (Results 1 – 2 of 2) sorted by relevance
45 #define SWITCH_KIND(__cond__, __action__, __def__) \ argument47 case SK(BOOL): __action__(bool) \48 case SK(UINT8): __action__(uint8_t) \49 case SK(INT8): __action__(int8_t) \50 case SK(UINT16): __action__(uint16_t) \51 case SK(INT16): __action__(int16_t) \52 case SK(UINT32): __action__(uint32_t) \53 case SK(INT32): __action__(int32_t) \54 case SK(UINT64): __action__(uint64_t) \55 case SK(INT64): __action__(int64_t) \
192 #define SWITCH_KIND(__cond__, __action__, __def__) \ argument195 __action__(bool); \197 __action__(int8_t); \199 __action__(int32_t); \201 __action__(int64_t); \