Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp232 EmitOMPSingleDirective(cast<OMPSingleDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3514 void EmitOMPSingleDirective(const OMPSingleDirective &S);
H A DCGStmtOpenMP.cpp4218 void CodeGenFunction::EmitOMPSingleDirective(const OMPSingleDirective &S) { in EmitOMPSingleDirective() function in CodeGenFunction