Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp228 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3599 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
H A DCGStmtOpenMP.cpp4122 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &S) { in EmitOMPSectionsDirective() function in CodeGenFunction