Searched defs:destsize (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | builtins.c | 3755 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_strcat() local 3779 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_strcpy() local 3818 tree destsize = compute_objsize (dst, warn_stringop_overflow - 1); in expand_builtin_stpcpy() local 3901 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_stpncpy() local 4015 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_strncat() local 4071 tree destsize = compute_objsize (dest, in expand_builtin_strncpy() local
|
H A D | gimple-fold.c | 3119 tree destsize = gimple_call_arg (stmt, 1); in gimple_fold_builtin_snprintf() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | builtins.c | 12290 fold_builtin_snprintf (location_t loc, tree dest, tree destsize, tree fmt, in fold_builtin_snprintf()
|