Home
last modified time | relevance | path

Searched refs:IDENTIFIER_NAMESPACE_BINDINGS (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dptree.c157 cxx_print_binding (file, IDENTIFIER_NAMESPACE_BINDINGS (node), "bindings"); in cxx_print_identifier()
H A Dname-lookup.c1779 cxx_binding *b = IDENTIFIER_NAMESPACE_BINDINGS (name); in cxx_scope_find_binding_for_name()
1803 result->previous = IDENTIFIER_NAMESPACE_BINDINGS (name); in binding_for_name()
1807 IDENTIFIER_NAMESPACE_BINDINGS (name) = result; in binding_for_name()
H A Dcp-tree.h378 #define IDENTIFIER_NAMESPACE_BINDINGS(NODE) \ macro
H A DChangeLog-19985888 (IDENTIFIER_NAMESPACE_BINDINGS): New macro.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dptree.c174 cxx_print_binding (file, IDENTIFIER_NAMESPACE_BINDINGS (node), "bindings");
H A Ddecl.c2372 IDENTIFIER_NAMESPACE_BINDINGS (name) = iter; in find_binding()
2385 cxx_binding *b = IDENTIFIER_NAMESPACE_BINDINGS (name); in cxx_scope_find_binding_for_name()
2412 result->previous = IDENTIFIER_NAMESPACE_BINDINGS (name); in binding_for_name()
2419 IDENTIFIER_NAMESPACE_BINDINGS (name) = result; in binding_for_name()
H A Dcp-tree.h448 #define IDENTIFIER_NAMESPACE_BINDINGS(NODE) \ macro
H A DChangeLog.212676 (IDENTIFIER_NAMESPACE_BINDINGS): New macro.