Home
last modified time | relevance | path

Searched refs:srcdecl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c3084 tree srcdecl = gimple_call_arg (stmt, 1); in maybe_diag_stxncpy_trunc() local
3085 if (TREE_CODE (srcdecl) == ADDR_EXPR) in maybe_diag_stxncpy_trunc()
3086 srcdecl = TREE_OPERAND (srcdecl, 0); in maybe_diag_stxncpy_trunc()
3087 if (get_attr_nonstring_decl (srcdecl, &ref)) in maybe_diag_stxncpy_trunc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc2960 tree srcdecl = gimple_call_arg (stmt, 1); in maybe_diag_stxncpy_trunc() local
2961 if (TREE_CODE (srcdecl) == ADDR_EXPR) in maybe_diag_stxncpy_trunc()
2962 srcdecl = TREE_OPERAND (srcdecl, 0); in maybe_diag_stxncpy_trunc()
2963 if (get_attr_nonstring_decl (srcdecl, &ref)) in maybe_diag_stxncpy_trunc()