Searched defs:function_set (Results 1 – 3 of 3) sorted by relevance
32 function_set (const char * const *names, size_t count) in function_set() function
45 typedef std::set<FunctionDecl *, function_name_less> function_set; typedef