Searched refs:fold_build_call_array_loc (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fold-const.h | 83 fold_build_call_array_loc (UNKNOWN_LOCATION, T1, T2, N, T4) 84 extern tree fold_build_call_array_loc (location_t, tree, tree, int, tree *);
|
| D | fold-const.cc | 13950 fold_build_call_array_loc (location_t loc, tree type, tree fn, in fold_build_call_array_loc() function 14067 result = fold_build_call_array_loc (loc, type, fn, nargs, argarray); in fold_build_call_array_initializer_loc()
|
| D | tree.cc | 10668 return fold_build_call_array_loc (loc, TREE_TYPE (fntype), fn, n, argarray); in build_call_expr_loc_array()
|
| D | ChangeLog-2014 | 2471 * tree.c (build_call_expr_loc_array): Use fold_build_call_array_loc. 2472 * fold-const.c (fold_build_call_array_loc): Build the call 33297 (fold_build_call_array_loc): Likewise.
|
| D | ChangeLog-2013 | 8200 (fold_build_call_array_loc): Moved to fold-const.h.
|
| D | ChangeLog-2015 | 26750 (fold_build_call_array_loc): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-2014 | 208 fold_build_call_array_loc.
|
| D | ChangeLog-2016 | 2001 of fold_build_call_array_loc, return t if it returns NULL. Otherwise
|