Home
last modified time | relevance | path

Searched refs:return_expr (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Ddwarf_form.c347 Dwarf_Ptr *return_expr, Dwarf_Error *error) in dwarf_formexprloc() argument
354 if (at == NULL || return_exprlen == NULL || return_expr == NULL) { in dwarf_formexprloc()
365 *return_expr = (void *) at->u[1].u8p; in dwarf_formexprloc()
/freebsd-12.1/contrib/gcc/
H A Dtree.def824 DEFTREECODE (RETURN_EXPR, "return_expr", tcc_statement, 1)
H A DChangeLog-200515399 handle updates of return_expr properly.