Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc2525 while (TREE_CODE (decl) == USING_DECL && !DECL_DEPENDENT_P (decl)) in strip_using_decl()
2528 if (TREE_CODE (decl) == USING_DECL && DECL_DEPENDENT_P (decl) in strip_using_decl()
5471 && DECL_DEPENDENT_P (decl) in push_class_level_binding()
5472 && DECL_DEPENDENT_P (bval)) in push_class_level_binding()
5475 && DECL_DEPENDENT_P (decl) in push_class_level_binding()
5480 && DECL_DEPENDENT_P (bval) in push_class_level_binding()
5665 if (TREE_CODE (f) == USING_DECL && DECL_DEPENDENT_P (f)) in lookup_using_decl()
5748 DECL_DEPENDENT_P (using_decl) = dependent_p; in lookup_using_decl()
6298 if (DECL_DEPENDENT_P (using_decl)) in finish_nonmember_using_decl()
H A Dcp-tree.def204 In a member using decl, unless DECL_DEPENDENT_P is true,
H A DChangeLog-20051823 * cp-tree.h (DECL_DEPENDENT_P): New.
1834 * search.c (lookup_field_1): Use DECL_DEPENDENT_P.
H A DChangeLog-20215128 (finish_nonmember_using_decl): Handle DECL_DEPENDENT_P.
5129 * pt.c (tsubst_expr): Handle DECL_DEPENDENT_P.
H A DChangeLog1962 * name-lookup.cc (lookup_using_decl): Set DECL_DEPENDENT_P if lookup
H A DChangeLog-20121446 as well as DECL_DEPENDENT_P.
H A Dcp-tree.h3595 #define DECL_DEPENDENT_P(NODE) DECL_LANG_FLAG_0 (USING_DECL_CHECK (NODE)) macro
H A Dclass.cc7747 DECL_DEPENDENT_P (ass_op) = true; in finish_struct()
H A Dpt.cc14925 if (DECL_DEPENDENT_P (t) in tsubst_decl()
16535 gcc_checking_assert (DECL_DEPENDENT_P (fn)); in filter_memfn_lookup()
18653 if (DECL_DEPENDENT_P (decl)) in tsubst_expr()
H A Dtypeck.cc3401 if (TREE_CODE (member) == USING_DECL && DECL_DEPENDENT_P (member)) in finish_class_member_access_expr()
H A Ddecl.cc7928 if (!((TREE_CODE (fn) == USING_DECL && DECL_DEPENDENT_P (fn)) in omp_declare_variant_finalize_one()
H A Dparser.cc7798 && DECL_DEPENDENT_P (fn)) in cp_parser_postfix_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c2085 while (TREE_CODE (decl) == USING_DECL && !DECL_DEPENDENT_P (decl)) in strip_using_decl()
2088 if (TREE_CODE (decl) == USING_DECL && DECL_DEPENDENT_P (decl) in strip_using_decl()
4551 && DECL_DEPENDENT_P (decl) in push_class_level_binding_1()
4552 && DECL_DEPENDENT_P (bval)) in push_class_level_binding_1()
4764 DECL_DEPENDENT_P (using_decl) = !found; in do_class_using_decl()
H A Dcp-tree.def202 In a member using decl, unless DECL_DEPENDENT_P is true,
H A Dcp-tree.h3398 #define DECL_DEPENDENT_P(NODE) DECL_LANG_FLAG_0 (USING_DECL_CHECK (NODE)) macro
H A Dclass.c7641 DECL_DEPENDENT_P (ass_op) = true; in finish_struct()
H A Dtypeck.c3221 if (TREE_CODE (member) == USING_DECL && DECL_DEPENDENT_P (member)) in finish_class_member_access_expr()
H A Ddecl.c7358 if (!((TREE_CODE (fn) == USING_DECL && DECL_DEPENDENT_P (fn)) in omp_declare_variant_finalize_one()
H A Dpt.c14505 if (DECL_DEPENDENT_P (t) in tsubst_decl()
H A Dparser.c7407 if (!((TREE_CODE (fn) == USING_DECL && DECL_DEPENDENT_P (fn)) in cp_parser_postfix_expression()