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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 543 case COMPOUND_EXPR:
583 case COMPOUND_EXPR:
588 lhs = compound_expr (lhs, stabilize_expr (&rhs));
682 init = compound_expr (init, build_memset_call (tmp));
683 init = compound_expr (init, modify_expr (tmp, exp));
696 return compound_expr (init, exp);
766 case COMPOUND_EXPR:
802 case COMPOUND_EXPR:
935 tmemcmp = compound_expr (t2, tmemcmp);
937 tmemcmp = compound_expr (t1, tmemcmp)
1494 compound_expr (tree arg0, tree arg1) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 1582 while (TREE_CODE (t) == COMPOUND_EXPR
1957 tree s1, s2, s3, compound_expr; local
2002 compound_expr = build_compound_expr (input_location, build_compound_expr (input_location, s1, s2), s3);
2004 compound_expr = build_compound_expr (input_location, s2, s3);
2012 suppress_warning (compound_expr, OPT_Wunused);
2013 return compound_expr;
2047 tree s1, s2, s3, compound_expr; local
2130 compound_expr = build_compound_expr (location, build_compound_expr (location, s1, s2), s3);
2134 suppress_warning (compound_expr, OPT_Wunused);
2135 return compound_expr;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 1584 while (TREE_CODE (t) == COMPOUND_EXPR
1959 tree s1, s2, s3, compound_expr; local
2004 compound_expr = build_compound_expr (input_location, build_compound_expr (input_location, s1, s2), s3);
2006 compound_expr = build_compound_expr (input_location, s2, s3);
2014 suppress_warning (compound_expr, OPT_Wunused);
2015 return compound_expr;
2049 tree s1, s2, s3, compound_expr; local
2132 compound_expr = build_compound_expr (location, build_compound_expr (location, s1, s2), s3);
2136 suppress_warning (compound_expr, OPT_Wunused);
2137 return compound_expr;
    [all...]

Completed in 33 milliseconds