Searched refs:fold_build_call_array_loc (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 72 fold_build_call_array_loc (UNKNOWN_LOCATION, T1, T2, N, T4) 73 extern tree fold_build_call_array_loc (location_t, tree, tree, int, tree *);
|
H A D | fold-const.c | 13352 fold_build_call_array_loc (location_t loc, tree type, tree fn, in fold_build_call_array_loc() function 13457 result = fold_build_call_array_loc (loc, type, fn, nargs, argarray); in fold_build_call_array_initializer_loc()
|
H A D | tree.c | 11491 return fold_build_call_array_loc (loc, TREE_TYPE (fntype), fn, n, argarray); in build_call_expr_loc_array()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A 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 *);
|
H A 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()
|
H A D | tree.cc | 10668 return fold_build_call_array_loc (loc, TREE_TYPE (fntype), fn, n, argarray); in build_call_expr_loc_array()
|
H A 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.
|
H A D | ChangeLog-2013 | 8200 (fold_build_call_array_loc): Moved to fold-const.h.
|
H A D | ChangeLog-2015 | 26750 (fold_build_call_array_loc): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 600 tmp = fold_build_call_array_loc (loc, TREE_TYPE (fntype), in trans_runtime_error_vararg()
|
H A D | ChangeLog-2014 | 1780 fold_build_call_array_loc instead of fold_builtin_call_array.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.c | 526 tmp = fold_build_call_array_loc (loc, TREE_TYPE (fntype), in trans_runtime_error_vararg()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2014 | 208 fold_build_call_array_loc.
|
H A D | ChangeLog-2016 | 2001 of fold_build_call_array_loc, return t if it returns NULL. Otherwise
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 3192 result = fold_build_call_array_loc (loc, TREE_TYPE (fntype), in build_function_call_vec()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 3217 result = fold_build_call_array_loc (loc, TREE_TYPE (fntype), in build_function_call_vec()
|