Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp224 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2480 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
DCGStmtOpenMP.cpp2587 void CodeGenFunction::EmitOMPTaskyieldDirective( in EmitOMPTaskyieldDirective() function in CodeGenFunction