Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c1944 cxx_binding_init (cxx_binding *binding, tree value, tree type) in cxx_binding_init() function
1965 cxx_binding_init (binding, value, type); in cxx_binding_make()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc2382 cxx_binding_init (cxx_binding *binding, tree value, tree type) in cxx_binding_init() function
2406 cxx_binding_init (binding, value, type); in cxx_binding_make()
H A DChangeLog-20043928 * name-lookup.c (cxx_binding_init): New function.