Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp262 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3835 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
H A DCGStmtOpenMP.cpp4564 void CodeGenFunction::EmitOMPParallelSectionsDirective( in EmitOMPParallelSectionsDirective() function in CodeGenFunction