Home
last modified time | relevance | path

Searched refs:current_nonlambda_scope (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c1009 current_nonlambda_scope (void) in current_nonlambda_scope() function
H A Dsearch.c757 tree scope = current_nonlambda_scope (); in dfs_accessible_post()
H A Dcp-tree.h7362 extern tree current_nonlambda_scope (void);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc1008 current_nonlambda_scope (void) in current_nonlambda_scope() function
H A Dsearch.cc800 tree scope = current_nonlambda_scope (); in dfs_accessible_post()
H A Dcp-tree.h7752 extern tree current_nonlambda_scope (void);
H A DChangeLog-20151829 * lambda.c (current_nonlambda_scope): New.
H A Dpt.cc10355 && !uses_template_parms (current_nonlambda_scope ()) in lookup_template_class_1()