Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c5172 dependent_p = any_dependent_template_arguments_p (t); in uses_template_parms()
12733 && (any_dependent_template_arguments_p in dependent_type_p_r()
13036 && (any_dependent_template_arguments_p in type_dependent_expression_p()
13066 if (any_dependent_template_arguments_p in type_dependent_expression_p()
13140 any_dependent_template_arguments_p (tree args) in any_dependent_template_arguments_p() function
13197 || any_dependent_template_arguments_p (args)); in dependent_template_id_p()
Dsemantics.c2663 dependent_p = any_dependent_template_arguments_p (args); in finish_id_expression()
DChangeLog-20031739 arguments to any_dependent_template_arguments_p.
3184 (any_dependent_template_arguments_p): New function.
3200 any_dependent_template_arguments_p. Update constant-expression
3223 (any_dependent_template_arguments_p): Likewise.
Dcp-tree.h4150 extern bool any_dependent_template_arguments_p (tree);
Ddecl.c7912 && !any_dependent_template_arguments_p (CLASSTYPE_TI_ARGS (t))) in grokdeclarator()
DChangeLog-20046478 (any_dependent_template_arguments_p): Handle multiple levels of
DChangeLog2009 * pt.c (any_dependent_template_arguments_p): Return early on invalid