Home
last modified time | relevance | path

Searched refs:dependent_scope_p (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c2120 && !dependent_scope_p (TREE_TYPE (type))) in build_x_arrow()
H A Dpt.c13500 && cxx_dialect >= cxx2a && dependent_scope_p (context)) in tsubst_aggr_type()
16283 if (dependent_scope_p (scope)) in tsubst_qualified_id()
16451 if (dependent_scope_p (ctx)) in maybe_dependent_member_ref()
16688 if (dependent_scope_p (context)) in tsubst_copy()
26671 dependent_scope_p (tree scope) in dependent_scope_p() function
27081 || dependent_scope_p (scope)); in type_dependent_expression_p()
27258 return (!scope || dependent_scope_p (scope)); in type_dependent_object_expression_p()
H A Dinit.c2143 if (dependent_scope_p (type) || type_dependent_expression_p (member)) in build_offset_ref()
H A Dname-lookup.c4680 dependent_p = dependent_scope_p (scope); in lookup_using_decl()
H A Ddecl.c3974 if (!dependent_scope_p (context)) in make_typename_type()
15280 if (CLASS_TYPE_P (basetype) && !dependent_scope_p (basetype)) in xref_basetypes()
H A Dcp-tree.h7003 extern bool dependent_scope_p (tree);
H A Dconstexpr.c8337 && (TYPE_HAS_CONVERSION (type) || dependent_scope_p (type))) in potential_constant_expression_1()
H A Dtypeck.c3054 && dependent_scope_p (TREE_OPERAND (name, 0))) in finish_class_member_access_expr()
H A Dparser.c3488 && dependent_scope_p (parser->scope)) in cp_parser_diagnose_invalid_type_name()
16937 && dependent_scope_p (parser->scope) in cp_parser_template_name()
28286 && dependent_scope_p (parser->scope)); in cp_parser_lookup_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc2077 if (ttype && !dependent_scope_p (ttype)) in build_x_arrow()
H A Dpt.cc13858 && dependent_scope_p (context)) in tsubst_aggr_type()
16632 if ((complain & tf_dguide) && dependent_scope_p (qualifying_scope)) in tsubst_baselink()
16782 if (dependent_scope_p (scope)) in tsubst_qualified_id()
16960 if (dependent_scope_p (ctx)) in maybe_dependent_member_ref()
17205 if ((complain & tf_dguide) && dependent_scope_p (context)) in tsubst_copy()
21887 if (dependent_scope_p (ctx)) in instantiate_alias_template()
27540 dependent_scope_p (tree scope) in dependent_scope_p() function
27552 return dependent_scope_p (scope) || any_dependent_bases_p (scope); in dependentish_scope_p()
27588 && !dependent_scope_p (TREE_OPERAND (t, 0)) in instantiation_dependent_scope_ref_p()
27969 || dependent_scope_p (scope)); in type_dependent_expression_p()
[all …]
H A DChangeLog-20093005 constant expression. Check dependent_scope_p.
3006 * pt.c (dependent_scope_p): Check TYPE_P.
3320 * pt.c (dependent_scope_p): New function.
H A DChangeLog1859 (instantiation_dependent_scope_ref_p): Check dependent_scope_p.
2759 * parser.cc (cp_parser_template_name): Use dependent_scope_p.
H A Dinit.cc2381 if (dependent_scope_p (type) || type_dependent_expression_p (member)) in build_offset_ref()
H A Dparser.cc3648 && dependent_scope_p (parser->scope)) in cp_parser_diagnose_invalid_type_name()
18525 && dependent_scope_p (parser->scope) in cp_parser_template_name()
18572 || (check_dependency_p && dependent_scope_p (scope)))) in cp_parser_template_name()
25652 && dependent_scope_p (parser->scope)); in cp_parser_class_name()
30486 && dependent_scope_p (parser->scope)); in cp_parser_lookup_name()
30570 bool dep = dependent_scope_p (object_type); in cp_parser_lookup_name()
H A DChangeLog-20122719 * decl.c (xref_basetypes): Call dependent_scope_p instead of
H A Dname-lookup.cc5619 bool depscope = dependent_scope_p (scope); in lookup_using_decl()
H A Ddecl.cc4180 if (!dependent_scope_p (context)) in make_typename_type()
16085 if (CLASS_TYPE_P (basetype) && !dependent_scope_p (basetype)) in xref_basetypes()
H A Dcp-tree.h7386 extern bool dependent_scope_p (tree);
H A Dconstexpr.cc9285 && (TYPE_HAS_CONVERSION (type) || dependent_scope_p (type))) in potential_constant_expression_1()
H A DChangeLog-20162662 * typeck2.c (build_x_arrow): Use dependent_scope_p.
H A Dtypeck.cc3224 && dependent_scope_p (TREE_OPERAND (name, 0))) in finish_class_member_access_expr()
H A DChangeLog-201110 * name-lookup.c (do_class_using_decl): Use dependent_scope_p
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2656 else if (!TYPE_P (scope) || !dependent_scope_p (scope)) in plugin_build_dependent_expr()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2497 else if (!TYPE_P (scope) || !dependent_scope_p (scope)) in plugin_build_dependent_expr()

12