Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp2777 auto CancelDest = in emitCancellationPointCall() local
2779 if (CancelDest.isValid()) { in emitCancellationPointCall()
2798 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancellationPointCall()
2810 auto CancelDest = in emitCancelCall() local
2812 if (CancelDest.isValid()) { in emitCancelCall()
2831 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancelCall()