Searched refs:local_variable_p_walkfn (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | decl.c | 78 static tree local_variable_p_walkfn (tree *, int *, void *); 8819 local_variable_p_walkfn (tree *tp, int *walk_subtrees, in local_variable_p_walkfn() function 8888 var = walk_tree_without_duplicates (&arg, local_variable_p_walkfn, in check_default_argument()
|
H A D | ChangeLog-1999 | 523 (local_variable_p_walkfn): New function. 528 (check_default_argument): Use local_variable_p_walkfn, not
|
H A D | ChangeLog-2004 | 4623 * decl.c (local_variable_p_walkfn): Don't walk into types.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl.c | 100 static tree local_variable_p_walkfn PARAMS ((tree *, int *, void *)); 12796 local_variable_p_walkfn (tp, walk_subtrees, data) in local_variable_p_walkfn() function 12871 var = walk_tree_without_duplicates (&arg, local_variable_p_walkfn,
|
H A D | ChangeLog.2 | 523 (local_variable_p_walkfn): New function. 528 (check_default_argument): Use local_variable_p_walkfn, not
|