Searched refs:musttail (Results 1 – 6 of 6) sorted by relevance
371 "'musttail' attribute for this call is impossible because %select{"377 "'musttail' attribute is not supported on AIX">;
619 If a ``return`` statement is marked ``musttail``, this indicates that the629 ``clang::musttail`` can only be applied to a ``return`` statement whose value640 ``clang::musttail`` provides assurances that the tail call can be optimized on
1686 let Spellings = [Clang<"musttail">];
726 const CallExpr *musttail = nullptr; in EmitAttributedStmt() local744 musttail = cast<CallExpr>(R->getRetValue()->IgnoreParens()); in EmitAttributedStmt()759 SaveAndRestore save_musttail(MustTailCall, musttail); in EmitAttributedStmt()
542 KEYWORD(musttail); in LexIdentifier()
2427 // callees. This needs to be a musttail call.