| /src/external/gpl3/gcc.old/dist/gcc/ |
| fold-const.h | 56 #define fold_unary(CODE,T1,T2)\ macro
|
| tree-data-ref.h | 704 return tree_int_cst_equal (fold_unary (ABS_EXPR, TREE_TYPE (DR_STEP (dr)),
|
| omp-general.cc | 712 fold_unary (NEGATE_EXPR, itype, diff), 713 fold_unary (NEGATE_EXPR, itype,
|
| fold-const-call.cc | 679 tree elt = fold_unary (code, TREE_TYPE (ret_type),
|
| ipa-fnsummary.cc | 445 val = fold_unary (VIEW_CONVERT_EXPR, c->type, val); 451 val = fold_unary (op->code, op->type, val);
|
| tree-ssa-pre.cc | 1648 tem = fold_unary (VIEW_CONVERT_EXPR, ref->type, result);
|
| vr-values.cc | 3048 || tree_int_cst_lt (fold_unary (NEGATE_EXPR, TREE_TYPE (op1min), op1min),
|
| ipa-cp.cc | 1459 res = fold_unary (opcode, res_type, input);
|
| gimple-fold.cc | 8097 ret = fold_unary (VIEW_CONVERT_EXPR, type, ret);
|
| tree-vect-slp.cc | 6529 op = fold_unary (VIEW_CONVERT_EXPR,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fold-const.h | 56 #define fold_unary(CODE,T1,T2)\ macro
|
| tree-data-ref.h | 704 return tree_int_cst_equal (fold_unary (ABS_EXPR, TREE_TYPE (DR_STEP (dr)),
|
| fold-const-call.cc | 675 tree elt = fold_unary (code, TREE_TYPE (ret_type),
|
| vr-values.cc | 685 || tree_int_cst_lt (fold_unary (NEGATE_EXPR, TREE_TYPE (op1min), op1min),
|
| omp-general.cc | 741 fold_unary (NEGATE_EXPR, itype, diff), 742 fold_unary (NEGATE_EXPR, itype,
|
| ipa-fnsummary.cc | 450 val = fold_unary (VIEW_CONVERT_EXPR, c->type, val); 456 val = fold_unary (op->code, op->type, val);
|
| tree-ssa-pre.cc | 1636 tem = fold_unary (VIEW_CONVERT_EXPR, ref->type, result);
|
| ipa-cp.cc | 1478 res = fold_unary (opcode, res_type, input);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| sm-taint.cc | 1492 out->m_min = fold_unary (op, sval->get_type (), inner_range.m_min); 1493 out->m_max = fold_unary (op, sval->get_type (), inner_range.m_max);
|
| region-model-manager.cc | 513 if (tree result = fold_unary (op, type, cst)) 518 /* fold_unary can return casts of constants; try to handle them. */ 555 Use NOP_EXPR if possible (e.g. to help fold_unary convert casts 557 and VIEW_CONVERT_EXPR for cases that fold_unary would otherwise crash
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldexp.c | 370 fold_unary (etree_type *tree) function 1072 fold_unary (tree);
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldexp.c | 370 fold_unary (etree_type *tree) function 1072 fold_unary (tree);
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model-manager.cc | 459 if (tree result = fold_unary (op, type, cst)) 464 /* fold_unary can return casts of constants; try to handle them. */ 500 Use NOP_EXPR if possible (e.g. to help fold_unary convert casts 502 and VIEW_CONVERT_EXPR for cases that fold_unary would otherwise crash
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-omp.cc | 1214 i = fold_unary (NEGATE_EXPR, TREE_TYPE (i), i);
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-omp.cc | 1219 i = fold_unary (NEGATE_EXPR, TREE_TYPE (i), i);
|