Searched refs:build_call_from_tree (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl2.c | 3384 return build_call_from_tree (fn, args, 1); 3411 return build_call_from_tree (name, args, 3555 build_call_from_tree (tree fn, tree args, bool disallow_virtual) in build_call_from_tree() function
|
H A D | parse.y | 4234 return build_call_from_tree (fn, args, disallow_virtual);
|
H A D | cp-tree.h | 3907 extern tree build_call_from_tree (tree, tree, bool);
|
H A D | ChangeLog | 2017 resolve_scoped_fn_name and build_call_from_tree. 3183 * decl2.c (build_call_from_tree): Fix uninitialized variable. 3473 (build_call_from_tree): Likewise. 3482 (build_call_from_tree): Likewise.
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-2002 | 453 resolve_scoped_fn_name and build_call_from_tree. 1780 * decl2.c (build_call_from_tree): Fix uninitialized variable. 2070 (build_call_from_tree): Likewise. 2079 (build_call_from_tree): Likewise.
|
H A D | ChangeLog-2003 | 3181 * cp-tree.h (build_call_from_tree): Remove. 3194 (build_call_from_tree): Remove. 5940 * decl2.c (build_expr_from_tree, build_call_from_tree): Likewise.
|