Searched refs:musttail (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp539 KEYWORD(musttail);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp709 const CallExpr *musttail = nullptr; local
727 musttail = cast<CallExpr>(R->getRetValue()->IgnoreParens());
734 SaveAndRestore save_musttail(MustTailCall, musttail);

Completed in 179 milliseconds