Home
last modified time | relevance | path

Searched refs:fold_build_call_array_loc (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const.h83 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 *);
Dfold-const.cc13950 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()
Dtree.cc10668 return fold_build_call_array_loc (loc, TREE_TYPE (fntype), fn, n, argarray); in build_call_expr_loc_array()
DChangeLog-20142471 * 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.
DChangeLog-20138200 (fold_build_call_array_loc): Moved to fold-const.h.
DChangeLog-201526750 (fold_build_call_array_loc): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2014208 fold_build_call_array_loc.
DChangeLog-20162001 of fold_build_call_array_loc, return t if it returns NULL. Otherwise