Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp230 EmitOMPTaskwaitDirective(cast<OMPTaskwaitDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2482 void EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &S);
DCGStmtOpenMP.cpp2596 void CodeGenFunction::EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &S) { in EmitOMPTaskwaitDirective() function in CodeGenFunction