Searched refs:walk_namespaces_fn (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cp-tree.h | 3946 typedef int (*walk_namespaces_fn) (tree, void *); typedef 3947 extern int walk_namespaces (walk_namespaces_fn,
|
H A D | decl.c | 82 static int walk_namespaces_r (tree, walk_namespaces_fn, void *); 804 walk_namespaces_r (tree namespace, walk_namespaces_fn f, void* data) in walk_namespaces_r() 821 walk_namespaces (walk_namespaces_fn f, void* data) in walk_namespaces()
|
H A D | ChangeLog-1999 | 5133 (walk_namespaces_fn): New typedef.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | cp-tree.h | 3853 typedef int (*walk_namespaces_fn) PARAMS ((tree, void *)); 3854 extern int walk_namespaces PARAMS ((walk_namespaces_fn,
|
H A D | decl.c | 110 static int walk_namespaces_r PARAMS ((tree, walk_namespaces_fn, void *)); 2087 walk_namespaces_fn f; 2106 walk_namespaces_fn f; in walk_namespaces()
|
H A D | ChangeLog.2 | 5133 (walk_namespaces_fn): New typedef.
|