Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmt.cpp256 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3523 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
DCGStmtOpenMP.cpp5245 void CodeGenFunction::EmitOMPTaskyieldDirective( in EmitOMPTaskyieldDirective() function in CodeGenFunction