Searched refs:fold_build_call_array_loc (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fold-const.h | 65 fold_build_call_array_loc (UNKNOWN_LOCATION, T1, T2, N, T4) 66 extern tree fold_build_call_array_loc (location_t, tree, tree, int, tree *);
|
H A D | fold-const.c | 12435 fold_build_call_array_loc (location_t loc, tree type, tree fn, in fold_build_call_array_loc() function 12540 result = fold_build_call_array_loc (loc, type, fn, nargs, argarray); in fold_build_call_array_initializer_loc()
|
H A D | tree.c | 10893 return fold_build_call_array_loc (loc, TREE_TYPE (fntype), fn, n, argarray); in build_call_expr_loc_array()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree.h | 5292 fold_build_call_array_loc (UNKNOWN_LOCATION, T1, T2, N, T4) 5293 extern tree fold_build_call_array_loc (location_t, tree, tree, int, tree *);
|
H A D | fold-const.c | 14643 fold_build_call_array_loc (location_t loc, tree type, tree fn, in fold_build_call_array_loc() function 14761 result = fold_build_call_array_loc (loc, type, fn, nargs, argarray); in fold_build_call_array_initializer_loc()
|
H A D | c-typeck.c | 2849 result = fold_build_call_array_loc (loc, TREE_TYPE (fntype), in build_function_call_vec()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 3124 result = fold_build_call_array_loc (loc, TREE_TYPE (fntype), in build_function_call_vec()
|