Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp265 EmitOMPCancelDirective(cast<OMPCancelDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3165 void EmitOMPCancelDirective(const OMPCancelDirective &S);
HDCGStmtOpenMP.cpp4850 void CodeGenFunction::EmitOMPCancelDirective(const OMPCancelDirective &S) { in EmitOMPCancelDirective() function in CodeGenFunction