Home
last modified time | relevance | path

Searched refs:first_capture_id (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c10692 tree first_capture_id = NULL_TREE; in cp_parser_lambda_introducer() local
10932 else if (first_capture_id == NULL_TREE) in cp_parser_lambda_introducer()
10933 first_capture_id = capture_id; in cp_parser_lambda_introducer()
10934 else if (capture_id == first_capture_id) in cp_parser_lambda_introducer()
10938 ids.add (first_capture_id); in cp_parser_lambda_introducer()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc11206 tree first_capture_id = NULL_TREE; in cp_parser_lambda_introducer() local
11450 else if (first_capture_id == NULL_TREE) in cp_parser_lambda_introducer()
11451 first_capture_id = capture_id; in cp_parser_lambda_introducer()
11452 else if (capture_id == first_capture_id) in cp_parser_lambda_introducer()
11456 ids.add (first_capture_id); in cp_parser_lambda_introducer()
H A DChangeLog-20194562 * parser.c (cp_parser_lambda_introducer): Add ids and first_capture_id