Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dlambda.cc135 IDENTIFIER_LAMBDA_P (name) = true; in begin_lambda_type()
Dcp-tree.h1428 #define IDENTIFIER_LAMBDA_P(NODE) \ macro
1435 && IDENTIFIER_LAMBDA_P (TYPE_LINKAGE_IDENTIFIER (NODE)))
2196 && !IDENTIFIER_LAMBDA_P (TYPE_LINKAGE_IDENTIFIER (NODE)))
Dmodule.cc8989 code = IDENTIFIER_LAMBDA_P (t) ? tt_lambda_id : tt_anon_id; in tree_node()
9214 IDENTIFIER_LAMBDA_P (res) = true; in tree_node()
9218 IDENTIFIER_LAMBDA_P (res) ? "lambda" : "anon", tag, res); in tree_node()
15398 gcc_checking_assert (IDENTIFIER_LAMBDA_P (key_name)); in write_pendings()
Ddecl.cc15884 if (IDENTIFIER_LAMBDA_P (name)) in xref_tag()
DChangeLog-20202309 * decl.c (xref_tag_1): Use IDENTIFIER_LAMBDA_P to detect lambdas.
DChangeLog-20193704 * cp-tree.h (IDENTIFIER_LAMBDA_P): New.