Searched refs:emitCancelCall (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 920 virtual void emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc,
|
D | CGStmtOpenMP.cpp | 3371 CGM.getOpenMPRuntime().emitCancelCall(*this, S.getLocStart(), IfCond, in EmitOMPCancelDirective()
|
D | CGOpenMPRuntime.cpp | 4705 void CGOpenMPRuntime::emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCancelCall() function in CGOpenMPRuntime
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 1530 virtual void emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc, 2361 void emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc,
|
D | CGOpenMPRuntime.cpp | 6278 void CGOpenMPRuntime::emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCancelCall() function in CGOpenMPRuntime 12632 void CGOpenMPSIMDRuntime::emitCancelCall(CodeGenFunction &CGF, in emitCancelCall() function in CGOpenMPSIMDRuntime
|
D | CGStmtOpenMP.cpp | 5983 CGM.getOpenMPRuntime().emitCancelCall(*this, S.getBeginLoc(), IfCond, in EmitOMPCancelDirective()
|