Searched refs:capture_token (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 10695 cp_token* capture_token; in cp_parser_lambda_introducer() local 10801 capture_token = cp_lexer_peek_token (parser->lexer); in cp_parser_lambda_introducer() 10846 capture_token->location); in cp_parser_lambda_introducer() 10856 error_at (capture_token->location, in cp_parser_lambda_introducer() 10867 if (pedwarn (capture_token->location, 0, "capture of variable " in cp_parser_lambda_introducer() 10889 capture_token->location); in cp_parser_lambda_introducer() 10916 pedwarn (capture_token->location, 0, "explicit by-copy capture " in cp_parser_lambda_introducer() 10921 pedwarn (capture_token->location, 0, "explicit by-reference " in cp_parser_lambda_introducer()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 11209 cp_token* capture_token; in cp_parser_lambda_introducer() local 11319 capture_token = cp_lexer_peek_token (parser->lexer); in cp_parser_lambda_introducer() 11364 capture_token->location); in cp_parser_lambda_introducer() 11374 error_at (capture_token->location, in cp_parser_lambda_introducer() 11385 if (pedwarn (capture_token->location, 0, "capture of variable " in cp_parser_lambda_introducer() 11407 capture_token->location); in cp_parser_lambda_introducer() 11434 pedwarn (capture_token->location, 0, "explicit by-copy capture " in cp_parser_lambda_introducer() 11439 pedwarn (capture_token->location, 0, "explicit by-reference " in cp_parser_lambda_introducer()
|