Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp346 Expr *JustAddress = AddressExpr.get(); in maybeTailCall() local
349 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
350 S.Diag(cast<CallExpr>(JustAddress)->getCalleeDecl()->getLocation(), in maybeTailCall()
352 << JustAddress->getType(); in maybeTailCall()
359 JustAddress = S.MaybeCreateExprWithCleanups(JustAddress); in maybeTailCall()
361 JustAddress); in maybeTailCall()