Searched refs:new_alias (Results 1 – 2 of 2) sorted by relevance
82 #define FUNC_ALIAS(real_func, new_alias, return_type) \ argument83 return_type new_alias() ALIAS_OF(real_func)
103 #define FUNC_ALIAS(real_func, new_alias, return_type) \ argument104 return_type new_alias() ALIAS_OF(real_func)