Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1349 virtual void emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc,
2153 void emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp5739 void CGOpenMPRuntime::emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCancelCall() function in CGOpenMPRuntime
12141 void CGOpenMPSIMDRuntime::emitCancelCall(CodeGenFunction &CGF, in emitCancelCall() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp7185 CGM.getOpenMPRuntime().emitCancelCall(*this, S.getBeginLoc(), IfCond, in EmitOMPCancelDirective()