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

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 7574 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack;
7591 next_o = build3 (COMPONENT_REF, TREE_TYPE (f_next_o), valist, f_next_o,
7619 t = build2 (MODIFY_EXPR, ptr_type_node, next_o, u);
7684 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack;
7694 next_o = build3 (COMPONENT_REF, TREE_TYPE (f_next_o), valist, f_next_o,
7820 tmp = fold_build_pointer_plus_hwi (unshare_expr (next_o), rsize);
7829 tmp = build1 (ADDR_EXPR, pptr_type_node, unshare_expr (next_o));
7839 gimplify_assign (unshare_expr (next_o),
7563 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack; local
7673 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack; local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 7574 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack;
7591 next_o = build3 (COMPONENT_REF, TREE_TYPE (f_next_o), valist, f_next_o,
7619 t = build2 (MODIFY_EXPR, ptr_type_node, next_o, u);
7684 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack;
7694 next_o = build3 (COMPONENT_REF, TREE_TYPE (f_next_o), valist, f_next_o,
7820 tmp = fold_build_pointer_plus_hwi (unshare_expr (next_o), rsize);
7829 tmp = build1 (ADDR_EXPR, pptr_type_node, unshare_expr (next_o));
7839 gimplify_assign (unshare_expr (next_o),
7563 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack; local
7673 tree next_o, next_o_limit, next_fp, next_fp_limit, next_stack; local

Completed in 46 milliseconds