Searched refs:srcdecl (Results 1 – 2 of 2) sorted by relevance
3084 tree srcdecl = gimple_call_arg (stmt, 1); in maybe_diag_stxncpy_trunc() local3085 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()
2960 tree srcdecl = gimple_call_arg (stmt, 1); in maybe_diag_stxncpy_trunc() local2961 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()