Home
last modified time | relevance | path

Searched refs:JustAddress (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp348 Expr *JustAddress = AddressExpr.get(); in maybeTailCall() local
367 if (auto *FD = cast<CallExpr>(JustAddress)->getDirectCallee()) in maybeTailCall()
373 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
374 S.Diag(cast<CallExpr>(JustAddress)->getCalleeDecl()->getLocation(), in maybeTailCall()
376 << JustAddress->getType(); in maybeTailCall()
383 JustAddress = S.MaybeCreateExprWithCleanups(JustAddress); in maybeTailCall()
385 JustAddress); in maybeTailCall()