Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp244 EmitOMPSingleDirective(cast<OMPSingleDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3829 void EmitOMPSingleDirective(const OMPSingleDirective &S);
H A DCGStmtOpenMP.cpp4263 void CodeGenFunction::EmitOMPSingleDirective(const OMPSingleDirective &S) { in EmitOMPSingleDirective() function in CodeGenFunction