Home | History | Annotate | Download | only in gcc

Lines Matching refs:call_expr

725   if (TREE_CODE (exp) == CALL_EXPR
872 /* Detect flags from a CALL_EXPR. */
1224 /* Issue an error if CALL_EXPR was flagged as requiring
1228 maybe_complain_about_tail_call (tree call_expr, const char *reason)
1230 gcc_assert (TREE_CODE (call_expr) == CALL_EXPR);
1231 if (!CALL_EXPR_MUST_TAIL_CALL (call_expr))
1234 error_at (EXPR_LOCATION (call_expr), "cannot tail-call: %s", reason);
1238 CALL_EXPR EXP.
1667 if (TREE_CODE (args[i].tree_value) != CALL_EXPR)
1742 && (TREE_CODE (args[i].tree_value) == CALL_EXPR
1867 ADDR is the operand 0 of CALL_EXPR for this call. */
2574 /* Generate all the code for a CALL_EXPR exp