Searched refs:fold_builtin_memory_op (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | builtins.c | 159 static tree fold_builtin_memory_op (location_t, tree, tree, tree, tree, bool, int); 8740 fold_builtin_memory_op (location_t loc, tree dest, tree src, in fold_builtin_memory_op() function 10916 return fold_builtin_memory_op (loc, arg1, arg0, arg2, in fold_builtin_3() 10920 return fold_builtin_memory_op (loc, arg0, arg1, arg2, in fold_builtin_3() 10924 return fold_builtin_memory_op (loc, arg0, arg1, arg2, in fold_builtin_3() 10928 return fold_builtin_memory_op (loc, arg0, arg1, arg2, in fold_builtin_3()
|