Home
last modified time | relevance | path

Searched refs:DECL_DEPENDENT_P (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDcp-tree.def197 scope. In a member using decl, unless DECL_DEPENDENT_P is true,
HDsearch.c475 if (!DECL_DEPENDENT_P (field)) in lookup_field_1()
HDsemantics.c2310 else if ((TREE_CODE (decl) == USING_DECL && !DECL_DEPENDENT_P (decl)) in finish_member_declaration()
HDname-lookup.c2890 DECL_DEPENDENT_P (value) = !decl; in do_class_using_decl()
HDcp-tree.h2059 #define DECL_DEPENDENT_P(NODE) DECL_LANG_FLAG_0 (USING_DECL_CHECK (NODE)) macro
HDChangeLog5407 * cp-tree.h (DECL_DEPENDENT_P): New.
5418 * search.c (lookup_field_1): Use DECL_DEPENDENT_P.
HDpt.c6851 if (DECL_DEPENDENT_P (t)) in tsubst_decl()