Home
last modified time | relevance | path

Searched refs:get_attr_nonstring_decl (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.h134 extern tree get_attr_nonstring_decl (tree, tree * = NULL);
H A Dcalls.c1514 get_attr_nonstring_decl (tree expr, tree *ref) in get_attr_nonstring_decl() function
1553 return get_attr_nonstring_decl (TREE_OPERAND (decl, 0), ref); in get_attr_nonstring_decl()
1609 if (!get_attr_nonstring_decl (arg)) in maybe_warn_nonstring_arg()
1638 if (!get_attr_nonstring_decl (arg)) in maybe_warn_nonstring_arg()
1749 tree decl = get_attr_nonstring_decl (callarg); in maybe_warn_nonstring_arg()
H A Dtree-ssa-strlen.c3087 if (get_attr_nonstring_decl (srcdecl, &ref)) in maybe_diag_stxncpy_trunc()
3093 if (get_attr_nonstring_decl (dstdecl, &ref)) in maybe_diag_stxncpy_trunc()
H A Dgimple-fold.c1870 bool nonstring = get_attr_nonstring_decl (dest) != NULL_TREE; in gimple_fold_builtin_strncpy()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc419 if (!get_attr_nonstring_decl (arg)) in maybe_warn_nonstring_arg()
449 if (!get_attr_nonstring_decl (arg)) in maybe_warn_nonstring_arg()
566 tree decl = get_attr_nonstring_decl (callarg); in maybe_warn_nonstring_arg()
H A Dtree-ssa-strlen.cc2963 if (get_attr_nonstring_decl (srcdecl, &ref)) in maybe_diag_stxncpy_trunc()
2969 if (get_attr_nonstring_decl (dstdecl, &ref)) in maybe_diag_stxncpy_trunc()
H A Dtree.cc14690 get_attr_nonstring_decl (tree expr, tree *ref) in get_attr_nonstring_decl() function
14729 return get_attr_nonstring_decl (TREE_OPERAND (decl, 0), ref); in get_attr_nonstring_decl()
H A Dtree.h6595 extern tree get_attr_nonstring_decl (tree, tree * = NULL);
H A Dgimple-fold.cc2132 bool nonstring = get_attr_nonstring_decl (dest) != NULL_TREE; in gimple_fold_builtin_strncpy()
H A DChangeLog-202116441 (get_attr_nonstring_decl): Move to tree.c.
16449 (get_attr_nonstring_decl): Move to tree.h.
16479 * tree.c (get_attr_nonstring_decl): Move here from calls.c.
16480 * tree.h (get_attr_nonstring_decl): Move here from calls.h.
H A DChangeLog-20175684 * calls.c (get_attr_nonstring_decl, maybe_warn_nonstring_arg): New
5687 * calls.h (get_attr_nonstring_decl): Declare new function.
5690 get_attr_nonstring_decl and handle it.
H A DChangeLog-20181779 * calls.c (get_attr_nonstring_decl): Avoid setting *REF to
23453 * calls.c (get_attr_nonstring_decl): Handle MEM_REF.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c895 if (get_attr_nonstring_decl (tem, &dummy)) in sizeof_pointer_memaccess_warning()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc897 if (get_attr_nonstring_decl (tem, &dummy)) in sizeof_pointer_memaccess_warning()