HomeSort by: relevance | last modified time | path
    Searched refs:CALL_EXPR_TAILCALL (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 3447 if (CALL_EXPR_TAILCALL (exp)
4275 CALL_EXPR_TAILCALL (orig_exp)
4301 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp);
4557 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
4665 CALL_EXPR_TAILCALL (call) = CALL_EXPR_TAILCALL (exp);
6193 CALL_EXPR_TAILCALL (exp) = 0;
10245 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp)
    [all...]
gimple.cc 386 gimple_call_set_tail (call, CALL_EXPR_TAILCALL (t));
calls.cc 2601 bool try_tail_call = CALL_EXPR_TAILCALL (exp);
tree-pretty-print.cc 2798 if (CALL_EXPR_TAILCALL (node))
expr.cc 2176 CALL_EXPR_TAILCALL (call_expr) = tailcall;
3348 CALL_EXPR_TAILCALL (call_expr) = tailcall;
cfgexpand.cc 2823 CALL_EXPR_TAILCALL (exp) = gimple_call_tail_p (stmt);
4090 that has CALL_EXPR_TAILCALL set. Returns non-null if we actually
tree.h 654 #define CALL_EXPR_TAILCALL(NODE) \
gimplify.cc 3713 CALL_EXPR_TAILCALL (*expr_p) = CALL_EXPR_TAILCALL (call);
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 3767 if (CALL_EXPR_TAILCALL (exp)
4736 CALL_EXPR_TAILCALL (orig_exp)
4762 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (orig_exp);
5019 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp);
5127 CALL_EXPR_TAILCALL (call) = CALL_EXPR_TAILCALL (exp);
6936 CALL_EXPR_TAILCALL (exp) = 0;
11451 CALL_EXPR_TAILCALL (fn) = CALL_EXPR_TAILCALL (exp)
    [all...]
gimple.cc 387 gimple_call_set_tail (call, CALL_EXPR_TAILCALL (t));
calls.cc 2653 bool try_tail_call = CALL_EXPR_TAILCALL (exp);
tree-pretty-print.cc 3072 if (CALL_EXPR_TAILCALL (node))
cfgexpand.cc 2831 CALL_EXPR_TAILCALL (exp) = gimple_call_tail_p (stmt);
4113 that has CALL_EXPR_TAILCALL set. Returns non-null if we actually
tree.h 749 #define CALL_EXPR_TAILCALL(NODE) \
expr.cc 2556 CALL_EXPR_TAILCALL (call_expr) = tailcall;
3951 CALL_EXPR_TAILCALL (call_expr) = tailcall;
gimplify.cc 4038 CALL_EXPR_TAILCALL (*expr_p) = CALL_EXPR_TAILCALL (call);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 2418 CALL_EXPR_TAILCALL (resume) = true;
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 2628 CALL_EXPR_TAILCALL (resume) = true;

Completed in 161 milliseconds