Go to the documentation of this file. 50 #define SSON_cat2(a, b) a ## b 51 #define SSON_cat3(a, b, c) a ## b ## c 53 #define SS_OBJ_NAME(ssname) SSON_cat3(_,ssname,_obj) 56 #define SS_OBJ_CONSTRUCTOR_HELPER2(first, second) SSON_cat2(first, second) 57 #define SS_OBJ_CONSTRUCTOR_HELPER1(ssname) SS_OBJ_CONSTRUCTOR_HELPER2(hpcrun_constructor_ss_, ssname) 58 #define SS_OBJ_CONSTRUCTOR(ssname) SS_OBJ_CONSTRUCTOR_HELPER1(SS_OBJ_NAME(ssname)) 60 #endif // SS_OBJ_NAME_H