Searched refs:_name (Results 1 – 1 of 1) sorted by relevance
29 #define DEFINE_IUT_CASE(_name, _group, _attri) \ argument30 struct iut_case iut_##_name\32 __attribute__((__section__(".iut_cases."#_group"."#_name))) = { \33 .name = #_name, \35 .func = &test_##_name, \