Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp284 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3477 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
H A DCGStmtOpenMP.cpp6418 void CodeGenFunction::EmitOMPCancellationPointDirective( in EmitOMPCancellationPointDirective() function in CodeGenFunction