Home
last modified time | relevance | path

Searched refs:finish_this_expr (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2009899 * semantics.c (finish_this_expr): Adjust.
1181 (finish_this_expr): Handle 'this' keyword inside of lambda expressions.
H A Dcp-tree.h7640 extern tree finish_this_expr (void);
H A DChangeLog-2014758 * semantics.c (finish_this_expr): Use it.
H A Dparser.cc5746 return cp_expr (finish_this_expr (), token->location); in cp_parser_primary_expression()
11250 /*initializer=*/finish_this_expr (), in cp_parser_lambda_introducer()
11272 /*initializer=*/finish_this_expr (), in cp_parser_lambda_introducer()
36616 decl = finish_this_expr (); in cp_parser_omp_var_list_no_open()
H A DChangeLog-20011340 * semantics.c (finish_this_expr): Remove unused code.
H A DChangeLog-20133471 * semantics.c (finish_this_expr): 'this' is an rvalue.
H A DChangeLog-20103587 * semantics.c (finish_this_expr): Adjust.
H A Dsemantics.cc2990 finish_this_expr (void) in finish_this_expr() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h7249 extern tree finish_this_expr (void);
H A Dparser.c5466 return cp_expr (finish_this_expr (), token->location); in cp_parser_primary_expression()
10734 /*initializer=*/finish_this_expr (), in cp_parser_lambda_introducer()
10755 /*initializer=*/finish_this_expr (), in cp_parser_lambda_introducer()
34296 decl = finish_this_expr ();
H A Dsemantics.c2737 finish_this_expr (void) in finish_this_expr() function