Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp265 EmitOMPTaskDirective(cast<OMPTaskDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3837 void EmitOMPTaskDirective(const OMPTaskDirective &S);
HDCGStmtOpenMP.cpp5304 void CodeGenFunction::EmitOMPTaskDirective(const OMPTaskDirective &S) { in EmitOMPTaskDirective() function in CodeGenFunction