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

  /src/external/mpl/dhcp/dist/common/
tree.c 3883 int crhs, clhs, llhs, lrhs; local
3913 crhs = data_subexpression_length (&lrhs,
3917 *rv = llhs + lrhs;
3940 crhs = data_subexpression_length (&lrhs,
3944 if (llhs > lrhs)
3947 *rv = lrhs;
3953 crhs = data_subexpression_length (&lrhs,
3957 *rv = llhs + lrhs;
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa.cc 2025 tree lrhs = build1 (TREE_CODE (lhs) == IMAGPART_EXPR local
2029 suppress_warning (lrhs);
2030 gimple *load = gimple_build_assign (other, lrhs);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa.cc 2011 tree lrhs = build1 (TREE_CODE (lhs) == IMAGPART_EXPR local
2015 suppress_warning (lrhs);
2016 gimple *load = gimple_build_assign (other, lrhs);
tree-vect-stmts.cc 7044 tree lrhs; local
7046 lrhs = rhs1;
7048 lrhs = rhs2;
7051 FOR_EACH_IMM_USE_FAST (use_p, iter, lrhs)

Completed in 39 milliseconds