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

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 1363 tree orig_exp = exp, base; local
1371 addr = expand_expr (orig_exp, NULL_RTX, ptr_mode, EXPAND_NORMAL);
3490 rtx target, tree orig_exp, memop_ret retmode)
3492 return expand_builtin_memory_copy_args (dest, src, len, target, orig_exp,
4163 rtx target, machine_mode mode, tree orig_exp)
4275 CALL_EXPR_TAILCALL (orig_exp)
4290 fndecl = get_callee_fndecl (orig_exp);
4293 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3,
4296 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2,
4301 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 1349 tree orig_exp = exp, base; local
1360 addr = expand_expr (orig_exp, NULL_RTX, ptr_mode, EXPAND_NORMAL);
3810 rtx target, tree orig_exp, memop_ret retmode)
3812 return expand_builtin_memory_copy_args (dest, src, len, target, orig_exp,
4624 rtx target, machine_mode mode, tree orig_exp)
4736 CALL_EXPR_TAILCALL (orig_exp)
4751 fndecl = get_callee_fndecl (orig_exp);
4754 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3,
4757 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2,
4762 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 2131 tree orig_exp = exp;
2141 copy_warning (exp, orig_exp);
2168 tree orig_exp = exp;
2174 copy_warning (exp, orig_exp);
2270 tree orig_exp = exp.value;
2290 copy_warning (exp.value, orig_exp);
2577 tree orig_exp;
2594 orig_exp = exp;
2597 copy_warning (exp, orig_exp);
2122 tree orig_exp = exp; local
2159 tree orig_exp = exp; local
2261 tree orig_exp = exp.value; local
2568 tree orig_exp; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 1912 tree orig_exp = exp;
1922 copy_warning (exp, orig_exp);
1949 tree orig_exp = exp;
1955 copy_warning (exp, orig_exp);
2044 tree orig_exp = exp.value;
2064 copy_warning (exp.value, orig_exp);
2240 tree orig_exp;
2257 orig_exp = exp;
2260 copy_warning (exp, orig_exp);
1905 tree orig_exp = exp; local
1942 tree orig_exp = exp; local
2037 tree orig_exp = exp.value; local
2233 tree orig_exp; local

Completed in 96 milliseconds