Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c1332 finish_this_expr () in finish_this_expr() function
H A Dparse.y1669 { $$ = finish_this_expr (); }
H A Dcp-tree.h4245 extern tree finish_this_expr PARAMS ((void));
H A DChangeLog7317 * semantics.c (finish_this_expr): Remove unused code.
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c1903 finish_this_expr (void) in finish_this_expr() function
H A Dcp-tree.h4311 extern tree finish_this_expr (void);
H A DChangeLog-20011340 * semantics.c (finish_this_expr): Remove unused code.
H A Dparser.c3077 return finish_this_expr (); in cp_parser_primary_expression()