Searched refs:compute_objsize (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | builtins.h | 92 extern tree compute_objsize (tree, int);
|
H A D | builtins.c | 3309 compute_objsize (tree dest, int ostype) in compute_objsize() function 3343 if (tree size = compute_objsize (dest, ostype)) in compute_objsize() 3407 tree srcsize = src ? compute_objsize (src, 0) : NULL_TREE; in check_memop_access() 3408 tree dstsize = compute_objsize (dest, 0); in check_memop_access() 3431 tree size = compute_objsize (arg1, 0); in expand_builtin_memchr() 3755 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_strcat() 3779 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_strcpy() 3818 tree destsize = compute_objsize (dst, warn_stringop_overflow - 1); in expand_builtin_stpcpy() 3901 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_stpncpy() 3948 objsize = compute_objsize (dest, warn_stringop_overflow - 1); in check_strncat_sizes() [all …]
|
H A D | gimple-ssa-warn-restrict.c | 664 if (tree dstsize = compute_objsize (addr, ostype)) in builtin_access() 678 if (tree srcsize = compute_objsize (addr, ostype)) in builtin_access()
|
H A D | tree-ssa-strlen.c | 2061 if (tree dstsize = compute_objsize (dst, 1)) in maybe_diag_stxncpy_trunc()
|