Home
last modified time | relevance | path

Searched refs:instantiate_expr (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDfunction.c1617 instantiate_expr (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED) in instantiate_expr() function
1644 walk_tree (&v, instantiate_expr, NULL, NULL); in instantiate_decls_1()
1669 walk_tree (&v, instantiate_expr, NULL, NULL); in instantiate_decls()
HDChangeLog-200616576 * function.c (instantiate_expr): New function.
16578 walk its DECL_VALUE_EXPR with instantiate_expr.