HomeSort by: relevance | last modified time | path
    Searched defs:srcdecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-strlen.cc 2960 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))
tree-ssa-strlen.cc 2960 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))
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-strlen.cc 2963 tree srcdecl = gimple_call_arg (stmt, 1); local
2964 if (TREE_CODE (srcdecl) == ADDR_EXPR)
2965 srcdecl = TREE_OPERAND (srcdecl, 0);
2966 if (get_attr_nonstring_decl (srcdecl, &ref))
tree-ssa-strlen.cc 2963 tree srcdecl = gimple_call_arg (stmt, 1); local
2964 if (TREE_CODE (srcdecl) == ADDR_EXPR)
2965 srcdecl = TREE_OPERAND (srcdecl, 0);
2966 if (get_attr_nonstring_decl (srcdecl, &ref))

Completed in 72 milliseconds