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

  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 1380 const_binop (enum tree_code code, tree arg1, tree arg2)
1561 real = const_binop (code, r1, r2);
1562 imag = const_binop (code, i1, i2);
1571 real = const_binop (MINUS_EXPR,
1572 const_binop (MULT_EXPR, r1, r2),
1573 const_binop (MULT_EXPR, i1, i2));
1574 imag = const_binop (PLUS_EXPR,
1575 const_binop (MULT_EXPR, r1, i2),
1576 const_binop (MULT_EXPR, i1, r2));
1599 = const_binop (PLUS_EXPR
1375 const_binop (enum tree_code code, tree arg1, tree arg2) function
1763 const_binop (enum tree_code code, tree type, tree arg1, tree arg2) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 1237 const_binop (enum tree_code code, tree arg1, tree arg2)
1418 real = const_binop (code, r1, r2);
1419 imag = const_binop (code, i1, i2);
1428 real = const_binop (MINUS_EXPR,
1429 const_binop (MULT_EXPR, r1, r2),
1430 const_binop (MULT_EXPR, i1, i2));
1431 imag = const_binop (PLUS_EXPR,
1432 const_binop (MULT_EXPR, r1, i2),
1433 const_binop (MULT_EXPR, i1, r2));
1456 = const_binop (PLUS_EXPR
1232 const_binop (enum tree_code code, tree arg1, tree arg2) function
1612 const_binop (enum tree_code code, tree type, tree arg1, tree arg2) function
    [all...]

Completed in 23 milliseconds