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

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

Completed in 102 milliseconds