Home
last modified time | relevance | path

Searched refs:finish_object_call_expr (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y1732 { $$ = finish_object_call_expr ($2, $1, $4); }
1734 { $$ = finish_object_call_expr ($2, $1, NULL_TREE); }
1740 { $$ = finish_object_call_expr ($2, $1, $4); }
1742 { $$ = finish_object_call_expr ($2, $1, NULL_TREE); }
4201 return finish_object_call_expr (fn,
4227 return finish_object_call_expr (TREE_OPERAND (fn, 1),
H A Dsemantics.c1362 finish_object_call_expr (fn, object, args) in finish_object_call_expr() function
H A Ddecl2.c3407 return finish_object_call_expr (TREE_OPERAND (name, 1),
H A Dcp-tree.h4246 extern tree finish_object_call_expr PARAMS ((tree, tree, tree));
H A DChangeLog.21241 * semantics.c (finish_object_call_expr): Reject calls to template
9903 * semantics.c (finish_object_call_expr): Revert previous change.
9959 * semantics.c (finish_object_call_expr): Move test for the
10637 * semantics.c (finish_object_call_expr): Complain about calling a
H A DChangeLog1333 * semantics.c (finish_object_call_expr): Use build_method_call
3327 * semantics.c (finish_object_call_expr): Do not use
3498 (finish_object_call_expr): Remove #if 0'd code.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-2002418 (finish_object_call_expr): Simplify handling during templates.
1924 * semantics.c (finish_object_call_expr): Do not use
2095 (finish_object_call_expr): Remove #if 0'd code.
H A DChangeLog-19983115 * semantics.c (finish_object_call_expr): Revert previous change.
3171 * semantics.c (finish_object_call_expr): Move test for the
3849 * semantics.c (finish_object_call_expr): Complain about calling a
H A DChangeLog-20046555 (finish_object_call_expr): Likewise.
6561 * semantics.c (finish_object_call_expr): Remove.
H A DChangeLog-19991241 * semantics.c (finish_object_call_expr): Reject calls to template