Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp268 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3838 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
H A DCGStmtOpenMP.cpp5336 void CodeGenFunction::EmitOMPTaskyieldDirective( in EmitOMPTaskyieldDirective() function in CodeGenFunction