Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dname-lookup.c287 cxx_binding_make (tree value, tree type) in cxx_binding_make() function
325 cb->base = binding = cxx_binding_make (value, type); in new_class_binding()
340 binding = cxx_binding_make (decl, NULL_TREE); in push_binding()
1797 result = cxx_binding_make (NULL, NULL); in binding_for_name()
DChangeLog-2003968 (cxx_binding_make): Likewise.
978 (cxx_binding_make): Likewise.
4229 (cxx_binding_make): use gcc_alloc instead of ggc_alloc_cleared and set
4878 * name-lookup.c: (cxx_binding_make): Use ggc_alloc_clearedinstead
4935 * decl.c (push_binding): Adjust use cxx_binding_make.
4940 (cxx_binding_make): Move to name-lookup.h
DChangeLog-20043262 (cxx_binding_make): Likewise.
3929 (cxx_binding_make): Use it.