Home
last modified time | relevance | path

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

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