Lines Matching refs:callee

694 sizeof_pointer_memaccess_warning (location_t *sizeof_arg_loc, tree callee,  in sizeof_pointer_memaccess_warning()  argument
703 if (TREE_CODE (callee) != FUNCTION_DECL in sizeof_pointer_memaccess_warning()
704 || DECL_BUILT_IN_CLASS (callee) != BUILT_IN_NORMAL in sizeof_pointer_memaccess_warning()
708 enum built_in_function fncode = DECL_FUNCTION_CODE (callee); in sizeof_pointer_memaccess_warning()
814 callee); in sizeof_pointer_memaccess_warning()
844 "remove the addressof?", callee); in sizeof_pointer_memaccess_warning()
851 "provide an explicit length?", callee); in sizeof_pointer_memaccess_warning()
856 "dereference it?", callee); in sizeof_pointer_memaccess_warning()
868 "or an explicit length", callee, TREE_TYPE (dest), in sizeof_pointer_memaccess_warning()
884 "remove the addressof?", callee); in sizeof_pointer_memaccess_warning()
891 "provide an explicit length?", callee); in sizeof_pointer_memaccess_warning()
896 "dereference it?", callee); in sizeof_pointer_memaccess_warning()
908 "or an explicit length", callee, TREE_TYPE (src), in sizeof_pointer_memaccess_warning()
924 "remove the addressof?", callee); in sizeof_pointer_memaccess_warning()
931 "provide an explicit length?", callee); in sizeof_pointer_memaccess_warning()
936 "dereference it?", callee); in sizeof_pointer_memaccess_warning()
948 "or an explicit length", callee, TREE_TYPE (dest), in sizeof_pointer_memaccess_warning()
964 "remove the addressof?", callee); in sizeof_pointer_memaccess_warning()
971 "provide an explicit length?", callee); in sizeof_pointer_memaccess_warning()
976 "dereference it?", callee); in sizeof_pointer_memaccess_warning()
988 "or an explicit length", callee, TREE_TYPE (src), in sizeof_pointer_memaccess_warning()