Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp265 EmitOMPTaskwaitDirective(cast<OMPTaskwaitDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3526 void EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &S);
H A DCGStmtOpenMP.cpp5264 void CodeGenFunction::EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &S) { in EmitOMPTaskwaitDirective() function in CodeGenFunction