Home
last modified time | relevance | path

Searched refs:fold_const_call_1 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const-call.c1188 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 Dfold-const-call.cc1187 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 DChangeLog-20162212 * 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 DChangeLog-20155427 (fold_const_call_ssss, fold_const_call_1, fold_const_call): Replace
8035 (fold_const_call_1): New function, split out from...
H A DChangeLog-201824291 (fold_const_call_1): For CASE_CFN_NEXTTOWARD call fold_const_call_sss
H A DChangeLog-201712379 * fold-const-call.c (host_size_t_cst_p, fold_const_call_1): Likewise.