Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2352 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitBarrierCall()
4698 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancellationPointCall()
4736 CGF.getOMPCancelDestination(OMPRegionInfo->getDirectiveKind()); in emitCancelCall()
H A DCodeGenFunction.h2535 JumpDest getOMPCancelDestination(OpenMPDirectiveKind Kind);
H A DCGStmtOpenMP.cpp3376 CodeGenFunction::getOMPCancelDestination(OpenMPDirectiveKind Kind) { in getOMPCancelDestination() function in CodeGenFunction