Searched defs:resolve_func (Results 1 – 4 of 4) sorted by relevance
4 static void (*resolve_func(void))(void) { in resolve_func() function
6 static void (*resolve_func(void))(int) { in resolve_func() function
1483 pub(crate) fn resolve_func(&self, func_id: FunctionId) -> &Function { in resolve_func() method