Home
last modified time | relevance | path

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

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