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

  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 2292 tree t, fn, type = TREE_TYPE (rhs), simple_type;
2353 simple_type = TREE_VALUE (TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn))));
2359 rhs = build_int_cst (simple_type, 0);
2369 else if (!useless_type_conversion_p (simple_type, type))
2374 temp = create_tmp_reg (simple_type);
2375 t = fold_build1 (VIEW_CONVERT_EXPR, simple_type, rhs);
2285 tree t, fn, type = TREE_TYPE (rhs), simple_type; local
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 2283 tree t, fn, type = TREE_TYPE (rhs), simple_type;
2344 simple_type = TREE_VALUE (TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fn))));
2350 rhs = build_int_cst (simple_type, 0);
2360 else if (!useless_type_conversion_p (simple_type, type))
2365 temp = create_tmp_reg (simple_type);
2366 t = fold_build1 (VIEW_CONVERT_EXPR, simple_type, rhs);
2276 tree t, fn, type = TREE_TYPE (rhs), simple_type; local

Completed in 49 milliseconds