Home
last modified time | relevance | path

Searched refs:capture_id (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c10696 tree capture_id; in cp_parser_lambda_introducer() local
10802 capture_id = cp_parser_identifier (parser); in cp_parser_lambda_introducer()
10804 if (capture_id == error_mark_node) in cp_parser_lambda_introducer()
10845 = cp_parser_lookup_name_simple (parser, capture_id, in cp_parser_lambda_introducer()
10850 unqualified_name_lookup_error (capture_id); in cp_parser_lambda_introducer()
10877 (capture_id, in cp_parser_lambda_introducer()
10918 capture_id); in cp_parser_lambda_introducer()
10923 "default", capture_id); in cp_parser_lambda_introducer()
10931 found = ids.add (capture_id); in cp_parser_lambda_introducer()
10933 first_capture_id = capture_id; in cp_parser_lambda_introducer()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc11210 tree capture_id; in cp_parser_lambda_introducer() local
11320 capture_id = cp_parser_identifier (parser); in cp_parser_lambda_introducer()
11322 if (capture_id == error_mark_node) in cp_parser_lambda_introducer()
11363 = cp_parser_lookup_name_simple (parser, capture_id, in cp_parser_lambda_introducer()
11368 unqualified_name_lookup_error (capture_id); in cp_parser_lambda_introducer()
11395 (capture_id, in cp_parser_lambda_introducer()
11436 capture_id); in cp_parser_lambda_introducer()
11441 "default", capture_id); in cp_parser_lambda_introducer()
11449 found = ids.add (capture_id); in cp_parser_lambda_introducer()
11451 first_capture_id = capture_id; in cp_parser_lambda_introducer()
[all …]