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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 7001 tree orig_step;
7048 orig_step = step;
7050 step = orig_step = save_expr (step);
7068 orig_step = maybe_constant_value (orig_step);
7080 || orig_step == error_mark_node)
7091 orig_step = fold_build_cleanup_point_expr (TREE_TYPE (orig_step),
7092 orig_step);
7130 TREE_VEC_ELT (it, 3) = orig_step;
7000 tree orig_step; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 6535 tree orig_step = step; /* May be different from step if is_simt. */ local
6686 && TREE_CODE (orig_step) != INTEGER_CST)
6858 step = fold_build2 (MINUS_EXPR, TREE_TYPE (step), orig_step, step);
gimplify.cc 8828 tree orig_step = TREE_VEC_ELT (it, 4);
8834 orig_step > 0
8874 tree osteptype = TREE_TYPE (orig_step);
8876 orig_step,
9061 tree orig_step = TREE_VEC_ELT (it, 4);
9071 if (orig_step > 0) {
9116 tree osteptype = TREE_TYPE (orig_step);
9118 orig_step,
8825 tree orig_step = TREE_VEC_ELT (it, 4); local
9058 tree orig_step = TREE_VEC_ELT (it, 4); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 6578 tree orig_step;
6625 orig_step = step;
6627 step = orig_step = save_expr (step);
6645 orig_step = maybe_constant_value (orig_step);
6657 || orig_step == error_mark_node)
6668 orig_step = fold_build_cleanup_point_expr (TREE_TYPE (orig_step),
6669 orig_step);
6707 TREE_VEC_ELT (it, 3) = orig_step;
6577 tree orig_step; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 6440 tree orig_step = step; /* May be different from step if is_simt. */ local
6591 && TREE_CODE (orig_step) != INTEGER_CST)
6766 step = fold_build2 (MINUS_EXPR, TREE_TYPE (step), orig_step, step);
gimplify.cc 8342 tree orig_step = TREE_VEC_ELT (it, 4);
8348 orig_step > 0
8388 tree osteptype = TREE_TYPE (orig_step);
8390 orig_step,
8563 tree orig_step = TREE_VEC_ELT (it, 4);
8573 if (orig_step > 0) {
8618 tree osteptype = TREE_TYPE (orig_step);
8620 orig_step,
8339 tree orig_step = TREE_VEC_ELT (it, 4); local
8560 tree orig_step = TREE_VEC_ELT (it, 4); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 14843 tree orig_step;
14885 orig_step = save_expr (c_fully_fold (step, false, NULL));
14887 step = c_fully_fold (build_c_cast (loc, stype, orig_step), false, NULL);
14907 || orig_step == error_mark_node)
14957 TREE_VEC_ELT (it, 4) = orig_step;
14802 tree orig_step; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 14001 tree orig_step;
14043 orig_step = save_expr (c_fully_fold (step, false, NULL));
14045 step = c_fully_fold (build_c_cast (loc, stype, orig_step), false, NULL);
14065 || orig_step == error_mark_node)
14115 TREE_VEC_ELT (it, 4) = orig_step;
13962 tree orig_step; local

Completed in 118 milliseconds