Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp307 EmitOMPTeamsDirective(cast<OMPTeamsDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3894 void EmitOMPTeamsDirective(const OMPTeamsDirective &S);
H A DCGStmtOpenMP.cpp7027 void CodeGenFunction::EmitOMPTeamsDirective(const OMPTeamsDirective &S) { in EmitOMPTeamsDirective() function in CodeGenFunction