Searched refs:finish_pseudo_destructor_expr (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-tree.h | 5562 extern tree finish_pseudo_destructor_expr (tree, tree, tree);
|
H A D | semantics.c | 2270 finish_pseudo_destructor_expr (tree object, tree scope, tree destructor) in finish_pseudo_destructor_expr() function
|
H A D | pt.c | 13738 return finish_pseudo_destructor_expr in tsubst_copy_and_build() 13870 return finish_pseudo_destructor_expr (object, s, dtor); in tsubst_copy_and_build()
|
H A D | parser.c | 5993 = finish_pseudo_destructor_expr (postfix_expression, in cp_parser_postfix_dot_deref_expression()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-tree.h | 6920 extern tree finish_pseudo_destructor_expr (tree, tree, tree, location_t);
|
H A D | semantics.c | 2643 finish_pseudo_destructor_expr (tree object, tree scope, tree destructor, in finish_pseudo_destructor_expr() function
|
H A D | pt.c | 18579 RETURN (finish_pseudo_destructor_expr (op0, op1, op2, in tsubst_copy_and_build() 18719 RETURN (finish_pseudo_destructor_expr in tsubst_copy_and_build()
|
H A D | parser.c | 7562 = finish_pseudo_destructor_expr (postfix_expression, in cp_parser_postfix_dot_deref_expression()
|