Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp227 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3120 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
H A DCGStmtOpenMP.cpp2772 void CodeGenFunction::EmitOMPParallelSectionsDirective( in EmitOMPParallelSectionsDirective() function in CodeGenFunction