Searched refs:META_CONCAT_SEQ_DELIM_ (Results 1 – 7 of 7) sorted by relevance
/sof-3.4.0/test/cmocka/include/ |
D | test_group_generator.h | 30 #define gen_test_concat(prefix, name) META_CONCAT_SEQ_DELIM_(prefix, name) 31 #define gen_test_concat_base(prefix) META_CONCAT_SEQ_DELIM_(prefix, base) 33 META_CONCAT_SEQ_DELIM_(prefix, name, for, __VA_ARGS__) 35 META_CONCAT_SEQ_DELIM_(prefix, isetup, for, __VA_ARGS__)
|
D | test_simple_macro.h | 14 c_u_t(META_CONCAT_SEQ_DELIM_(TEST_PREFIX, test_func, postfix))
|
/sof-3.4.0/test/cmocka/src/lib/preproc/ |
D | seq.c | 21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\ 40 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
|
D | defer.c | 21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
|
D | concat.c | 21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
|
D | varargs_count.c | 21 static void META_CONCAT_SEQ_DELIM_(prefix, test_func, postfix)(void **state)\
|
/sof-3.4.0/src/include/sof/trace/ |
D | preproc.h | 125 #define META_CONCAT_SEQ_DELIM_(aggr, ...) META_RECURSE(\ macro
|