Home
last modified time | relevance | path

Searched refs:walk_namespaces_fn (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dcp-tree.h3946 typedef int (*walk_namespaces_fn) (tree, void *); typedef
3947 extern int walk_namespaces (walk_namespaces_fn,
H A Ddecl.c82 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 DChangeLog-19995133 (walk_namespaces_fn): New typedef.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h3853 typedef int (*walk_namespaces_fn) PARAMS ((tree, void *));
3854 extern int walk_namespaces PARAMS ((walk_namespaces_fn,
H A Ddecl.c110 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 DChangeLog.25133 (walk_namespaces_fn): New typedef.