Searched refs:get_attr_nonstring_decl (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | calls.h | 134 extern tree get_attr_nonstring_decl (tree, tree * = NULL);
|
H A D | calls.c | 1514 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 D | tree-ssa-strlen.c | 3087 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 D | gimple-fold.c | 1870 bool nonstring = get_attr_nonstring_decl (dest) != NULL_TREE; in gimple_fold_builtin_strncpy()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-warn-access.cc | 419 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 D | tree-ssa-strlen.cc | 2963 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 D | tree.cc | 14690 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 D | tree.h | 6595 extern tree get_attr_nonstring_decl (tree, tree * = NULL);
|
H A D | gimple-fold.cc | 2132 bool nonstring = get_attr_nonstring_decl (dest) != NULL_TREE; in gimple_fold_builtin_strncpy()
|
H A D | ChangeLog-2021 | 16441 (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 D | ChangeLog-2017 | 5684 * 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 D | ChangeLog-2018 | 1779 * 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 D | c-warn.c | 895 if (get_attr_nonstring_decl (tem, &dummy)) in sizeof_pointer_memaccess_warning()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-warn.cc | 897 if (get_attr_nonstring_decl (tem, &dummy)) in sizeof_pointer_memaccess_warning()
|