Searched refs:get_namespace_binding (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.h | 284 extern tree get_namespace_binding (tree ns, tree id); 288 return get_namespace_binding (NULL_TREE, id); in get_global_binding()
|
H A D | name-lookup.c | 4774 get_namespace_binding (tree ns, tree name) in get_namespace_binding() function
|
H A D | pt.c | 28117 tree std_init_list = get_namespace_binding (std_node, init_list_identifier); in listify()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.h | 420 extern tree get_namespace_binding (tree ns, tree id); 424 return get_namespace_binding (NULL_TREE, id); in get_global_binding()
|
H A D | ChangeLog-2017 | 3344 (get_namespace_binding): Likewise. 3634 (get_namespace_binding, set_namespace_binding, 3821 (get_namespace_binding): Adjust namespace_binding_1 call. 4253 (get_namespace_binding, set_global_binding): ... these. 4255 (get_namespace_binding, set_global_binding): ... these.
|
H A D | name-lookup.cc | 5777 get_namespace_binding (tree ns, tree name) in get_namespace_binding() function
|
H A D | ChangeLog-2020 | 316 (get_namespace_binding): Deal with BINDING_VECTOR.
|
H A D | pt.cc | 29077 tree std_init_list = get_namespace_binding (std_node, init_list_identifier); in listify()
|