Searched refs:fold_build_call_array_initializer_loc (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 75 fold_build_call_array_initializer_loc (UNKNOWN_LOCATION, T1, T2, N, T4) 76 extern tree fold_build_call_array_initializer_loc (location_t, tree, tree, int, tree *);
|
H A D | fold-const.c | 13451 fold_build_call_array_initializer_loc (location_t loc, tree type, tree fn, in fold_build_call_array_initializer_loc() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.h | 86 fold_build_call_array_initializer_loc (UNKNOWN_LOCATION, T1, T2, N, T4) 87 extern tree fold_build_call_array_initializer_loc (location_t, tree, tree, int, tree *);
|
H A D | fold-const.cc | 14061 fold_build_call_array_initializer_loc (location_t loc, tree type, tree fn, in fold_build_call_array_initializer_loc() function
|
H A D | ChangeLog-2013 | 8199 (fold_build_call_array_initializer_loc): Moved to fold-const.h.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 3189 = fold_build_call_array_initializer_loc (loc, TREE_TYPE (fntype), in build_function_call_vec()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 3214 = fold_build_call_array_initializer_loc (loc, TREE_TYPE (fntype), in build_function_call_vec()
|