Home
last modified time | relevance | path

Searched refs:ts_lambda (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h142 ts_lambda = 3 /* Declaring a lambda closure. */ enumerator
H A Dlambda.c138 /*scope=*/ts_lambda, /*template_header_p=*/false); in begin_lambda_type()
H A Ddecl.c15003 if (scope != ts_lambda && !IDENTIFIER_ANON_P (name)) in xref_tag_1()
15062 if (scope == ts_lambda) in xref_tag_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2017642 * name-lookup.c (do_pushtag): Don't deal with ts_lambda here.
4083 * decl.c (xref_tag_1): Don't frob ts_lambda scope here.
4084 * name-lookup.c (pushtag_1): Deal with ts_lambda scope.
H A DChangeLog-20133705 * name-lookup.h (tag_scope): Add ts_lambda.
H A DChangeLog-20202311 * name-lookup.h (enum tag_scope): Drop ts_lambda.