Home
last modified time | relevance | path

Searched refs:USING_DECL_DECLS (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dcp-tree.def198 USING_DECL_DECLS contains the _DECL or OVERLOAD so named. This is
H A Dcp-tree.h2065 #define USING_DECL_DECLS(NODE) DECL_INITIAL (USING_DECL_CHECK (NODE)) macro
H A Dname-lookup.c2888 USING_DECL_DECLS (value) = decl; in do_class_using_decl()
H A Dclass.c1161 tree decl = USING_DECL_DECLS (using_decl); in handle_using_decl()
H A DChangeLog5408 (USING_DECL_DECLS, USING_DECL_SCOPE): New.