Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp235 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3147 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
HDCGStmtOpenMP.cpp3543 void CodeGenFunction::EmitOMPTaskyieldDirective( in EmitOMPTaskyieldDirective() function in CodeGenFunction