Lines Matching refs:compute_objsize
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()
4015 tree destsize = compute_objsize (dest, warn_stringop_overflow - 1); in expand_builtin_strncat()
4071 tree destsize = compute_objsize (dest, in expand_builtin_strncpy()
4419 tree size = compute_objsize (arg1, 0); in expand_builtin_memcmp()
4423 size = compute_objsize (arg2, 0); in expand_builtin_memcmp()