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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc 1747 tree plhs = gimple_assign_lhs (prep_stmt[i]); local
1748 reset_flow_sensitive_info (plhs);
  /src/external/bsd/byacc/dist/
reader.c 97 static bucket **plhs; variable
2172 plhs = TMALLOC(bucket *, maxrules);
2173 NO_SPACE(plhs);
2175 plhs[0] = NULL;
2176 plhs[1] = NULL;
2177 plhs[2] = NULL;
2207 plhs = TREALLOC(bucket *, plhs, maxrules);
2208 NO_SPACE(plhs);
2457 for (i = plhs[nrules]->args - 1; i >= 0; i--
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc 1651 tree plhs = gimple_assign_lhs (prep_stmt[i]); local
1652 reset_flow_sensitive_info (plhs);

Completed in 52 milliseconds