Searched refs:fold_const_call_1 (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const-call.c | 1188 fold_const_call_1 (combined_fn fn, tree type, tree arg) in fold_const_call_1() function 1325 return fold_const_call_1 (fn, type, arg); in fold_const_call() 1497 fold_const_call_1 (combined_fn fn, tree type, tree arg0, tree arg1) in fold_const_call_1() function 1677 return fold_const_call_1 (fn, type, arg0, arg1); in fold_const_call() 1727 fold_const_call_1 (combined_fn fn, tree type, tree arg0, tree arg1, tree arg2) in fold_const_call_1() function 1835 return fold_const_call_1 (fn, type, arg0, arg1, arg2); in fold_const_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const-call.cc | 1187 fold_const_call_1 (combined_fn fn, tree type, tree arg) in fold_const_call_1() function 1327 return fold_const_call_1 (fn, type, arg); in fold_const_call() 1502 fold_const_call_1 (combined_fn fn, tree type, tree arg0, tree arg1) in fold_const_call_1() function 1682 return fold_const_call_1 (fn, type, arg0, arg1); in fold_const_call() 1732 fold_const_call_1 (combined_fn fn, tree type, tree arg0, tree arg1, tree arg2) in fold_const_call_1() function 1840 return fold_const_call_1 (fn, type, arg0, arg1, arg2); in fold_const_call()
|
H A D | ChangeLog-2016 | 2212 * fold-const-call.c (fold_const_call_1): Remove memchr handling here. 9782 * fold-const-call.c (fold_const_call_1): Handle CFN_BUILT_IN_MEMCHR.
|
H A D | ChangeLog-2015 | 5427 (fold_const_call_ssss, fold_const_call_1, fold_const_call): Replace 8035 (fold_const_call_1): New function, split out from...
|
H A D | ChangeLog-2018 | 24291 (fold_const_call_1): For CASE_CFN_NEXTTOWARD call fold_const_call_sss
|
H A D | ChangeLog-2017 | 12379 * fold-const-call.c (host_size_t_cst_p, fold_const_call_1): Likewise.
|