Searched refs:capture_token (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c9168 cp_token* capture_token;
9216 capture_token = cp_lexer_peek_token (parser->lexer);
9259 capture_token->location);
9270 error_at (capture_token->location,
9279 if (pedwarn (capture_token->location, 0, "capture of variable "
9300 capture_token->location);
9316 pedwarn (capture_token->location, 0, "explicit by-copy capture "
9321 pedwarn (capture_token->location, 0, "explicit by-reference "
9166 cp_token* capture_token; local

Completed in 129 milliseconds