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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 8925 tree totalpx = size_binop (PLUS_EXPR, unshare_expr (total),
8928 totalpx = size_binop (PLUS_EXPR, totalpx,
8930 tree type = build_array_type (ptr_type_node, build_index_type (totalpx));
8933 if (!poly_int_tree_p (totalpx))
9246 totalpx,
8922 tree totalpx = size_binop (PLUS_EXPR, unshare_expr (total), local
gimplify.cc 8925 tree totalpx = size_binop (PLUS_EXPR, unshare_expr (total),
8928 totalpx = size_binop (PLUS_EXPR, totalpx,
8930 tree type = build_array_type (ptr_type_node, build_index_type (totalpx));
8933 if (!poly_int_tree_p (totalpx))
9246 totalpx,
8922 tree totalpx = size_binop (PLUS_EXPR, unshare_expr (total), local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 8439 tree totalpx = size_binop (PLUS_EXPR, unshare_expr (total),
8441 tree type = build_array_type (ptr_type_node, build_index_type (totalpx));
8444 if (!poly_int_tree_p (totalpx))
8692 totalpx,
8436 tree totalpx = size_binop (PLUS_EXPR, unshare_expr (total), local
gimplify.cc 8439 tree totalpx = size_binop (PLUS_EXPR, unshare_expr (total),
8441 tree type = build_array_type (ptr_type_node, build_index_type (totalpx));
8444 if (!poly_int_tree_p (totalpx))
8692 totalpx,
8436 tree totalpx = size_binop (PLUS_EXPR, unshare_expr (total), local

Completed in 139 milliseconds