Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4697 auto CancelDest = in emitCancellationPointCall() local
4699 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancellationPointCall()
4735 auto CancelDest = in emitCancelCall() local
4737 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancelCall()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6270 CodeGenFunction::JumpDest CancelDest = in emitCancellationPointCall() local
6272 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancellationPointCall()
6306 CodeGenFunction::JumpDest CancelDest = in emitCancelCall() local
6308 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancelCall()